Class MasterServiceAgreement

java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.account.MasterServiceAgreement

@ApiType("SoftLayer_Account_MasterServiceAgreement")
public class MasterServiceAgreement
extends Entity
See Also:
SoftLayer_Account_MasterServiceAgreement
  • Field Details

  • Constructor Details

    • MasterServiceAgreement

      public MasterServiceAgreement()
  • Method Details

    • getAccount

      public Account getAccount()
    • setAccount

      public void setAccount​(Account account)
    • getAccountId

      public Long getAccountId()
    • setAccountId

      public void setAccountId​(Long accountId)
    • isAccountIdSpecified

      public boolean isAccountIdSpecified()
    • unsetAccountId

      public void unsetAccountId()
    • getGuid

      public String getGuid()
    • setGuid

      public void setGuid​(String guid)
    • isGuidSpecified

      public boolean isGuidSpecified()
    • unsetGuid

      public void unsetGuid()
    • getId

      public Long getId()
    • setId

      public void setId​(Long id)
    • isIdSpecified

      public boolean isIdSpecified()
    • unsetId

      public void unsetId()
    • getName

      public String getName()
    • setName

      public void setName​(String name)
    • isNameSpecified

      public boolean isNameSpecified()
    • unsetName

      public void unsetName()
    • asService

      public MasterServiceAgreement.Service asService​(ApiClient client)
    • service

      public static MasterServiceAgreement.Service service​(ApiClient client)
    • service

      public static MasterServiceAgreement.Service service​(ApiClient client, Long id)