Class ProxyClusterKeyGetResponse

java.lang.Object
com.strongdm.api.ProxyClusterKeyGetResponse

public class ProxyClusterKeyGetResponse extends Object
ProxyClusterKeyGetResponse returns a requested ProxyClusterKey.
  • Constructor Details

    • ProxyClusterKeyGetResponse

      public ProxyClusterKeyGetResponse()
  • Method Details

    • getMeta

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

      public void setMeta(GetResponseMetadata in)
      Reserved for future use.
    • getProxyClusterKey

      public ProxyClusterKey getProxyClusterKey()
      The requested ProxyClusterKey.
    • setProxyClusterKey

      public void setProxyClusterKey(ProxyClusterKey in)
      The requested ProxyClusterKey.
    • getRateLimit

      public RateLimitMetadata getRateLimit()
      Rate limit information.
    • setRateLimit

      public void setRateLimit(RateLimitMetadata in)
      Rate limit information.