Class RemoteIdentityGroupGetResponse

java.lang.Object
com.strongdm.api.RemoteIdentityGroupGetResponse

public class RemoteIdentityGroupGetResponse extends Object
RemoteIdentityGroupGetResponse returns a requested RemoteIdentityGroup.
  • Constructor Details

    • RemoteIdentityGroupGetResponse

      public RemoteIdentityGroupGetResponse()
  • Method Details

    • getMeta

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

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

      public RateLimitMetadata getRateLimit()
      Rate limit information.
    • setRateLimit

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

      public RemoteIdentityGroup getRemoteIdentityGroup()
      The requested RemoteIdentityGroup.
    • setRemoteIdentityGroup

      public void setRemoteIdentityGroup(RemoteIdentityGroup in)
      The requested RemoteIdentityGroup.