Class AccountAttachmentGetResponse

java.lang.Object
com.strongdm.api.AccountAttachmentGetResponse

public class AccountAttachmentGetResponse extends Object
AccountAttachmentGetResponse returns a requested AccountAttachment.
  • Constructor Details

    • AccountAttachmentGetResponse

      public AccountAttachmentGetResponse()
  • Method Details

    • getAccountAttachment

      public AccountAttachment getAccountAttachment()
      The requested AccountAttachment.
    • setAccountAttachment

      public void setAccountAttachment(AccountAttachment in)
      The requested AccountAttachment.
    • 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.