Class NodeCreateResponse

java.lang.Object
com.strongdm.api.NodeCreateResponse

public class NodeCreateResponse extends Object
NodeCreateResponse reports how the Nodes were created in the system.
  • Constructor Details

    • NodeCreateResponse

      public NodeCreateResponse()
  • Method Details

    • getMeta

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

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

      public Node getNode()
      The created Node.
    • setNode

      public void setNode(Node in)
      The created Node.
    • getRateLimit

      public RateLimitMetadata getRateLimit()
      Rate limit information.
    • setRateLimit

      public void setRateLimit(RateLimitMetadata in)
      Rate limit information.
    • getToken

      public String getToken()
      The auth token generated for the Node. The Node will use this token to authenticate with the strongDM API.
    • setToken

      public void setToken(String in)
      The auth token generated for the Node. The Node will use this token to authenticate with the strongDM API.