public static class ProbeRepresentation.TCPSocketActionRepresentation extends AbstractExtensibleRepresentation
Modifier and Type | Class and Description |
---|---|
static class |
ProbeRepresentation.TCPSocketActionRepresentation.TCPSocketActionRepresentationBuilder |
Constructor and Description |
---|
TCPSocketActionRepresentation() |
TCPSocketActionRepresentation(Integer port,
String host) |
Modifier and Type | Method and Description |
---|---|
static ProbeRepresentation.TCPSocketActionRepresentation.TCPSocketActionRepresentationBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getHost() |
Integer |
getPort() |
int |
hashCode() |
void |
setHost(String host) |
void |
setPort(Integer port) |
String |
toString() |
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
getSelf, getSelfDecoded, setSelf, toJSON
public static ProbeRepresentation.TCPSocketActionRepresentation.TCPSocketActionRepresentationBuilder builder()
public void setPort(Integer port)
public void setHost(String host)
protected boolean canEqual(Object other)
public String toString()
toString
in class BaseResourceRepresentation
@JSONProperty(ignoreIfNull=true) public Integer getPort()
@JSONProperty(ignoreIfNull=true) public String getHost()
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.