Class NodeTCPProbeResponse

java.lang.Object
com.strongdm.api.NodeTCPProbeResponse

public class NodeTCPProbeResponse extends Object
NodeTCPProbeResponse reports the result of a TCP probe.
  • Constructor Details

    • NodeTCPProbeResponse

      public NodeTCPProbeResponse()
  • Method Details

    • getError

      public String getError()
      The connection error reported by the node, or the empty string if the probe succeeded.
    • setError

      public void setError(String in)
      The connection error reported by the node, or the empty string if the probe succeeded.
    • getMeta

      public CreateResponseMetadata getMeta()
      Reserved for future use.
    • setMeta

      public void setMeta(CreateResponseMetadata in)
      Reserved for future use.
    • getRateLimit

      public RateLimitMetadata getRateLimit()
      Rate limit information.
    • setRateLimit

      public void setRateLimit(RateLimitMetadata in)
      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.