Package com.strongdm.api
Class NodeTCPProbeResponse
java.lang.Object
com.strongdm.api.NodeTCPProbeResponse
NodeTCPProbeResponse reports the result of a TCP probe.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetError()The connection error reported by the node, or the empty string if the probe succeeded.getMeta()Reserved for future use.Rate limit information.booleanTrue if the node was able to connect to the target address.voidThe connection error reported by the node, or the empty string if the probe succeeded.voidReserved for future use.voidRate limit information.voidsetSucceeded(boolean in) True if the node was able to connect to the target address.
-
Constructor Details
-
NodeTCPProbeResponse
public NodeTCPProbeResponse()
-
-
Method Details
-
getError
The connection error reported by the node, or the empty string if the probe succeeded. -
setError
The connection error reported by the node, or the empty string if the probe succeeded. -
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information. -
getSucceeded
public boolean getSucceeded()True if the node was able to connect to the target address. -
setSucceeded
public void setSucceeded(boolean in) True if the node was able to connect to the target address.
-