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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MasterServiceAgreement.Mask
static interface
MasterServiceAgreement.Service
static interface
MasterServiceAgreement.ServiceAsync
-
Field Summary
Fields Modifier and Type Field Description protected Account
account
protected Long
accountId
protected boolean
accountIdSpecified
protected String
guid
protected boolean
guidSpecified
protected Long
id
protected boolean
idSpecified
protected String
name
protected boolean
nameSpecified
-
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
-
Constructor Summary
Constructors Constructor Description MasterServiceAgreement()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MasterServiceAgreement.Service
asService(ApiClient client)
Account
getAccount()
Long
getAccountId()
String
getGuid()
Long
getId()
String
getName()
boolean
isAccountIdSpecified()
boolean
isGuidSpecified()
boolean
isIdSpecified()
boolean
isNameSpecified()
static MasterServiceAgreement.Service
service(ApiClient client)
static MasterServiceAgreement.Service
service(ApiClient client, Long id)
void
setAccount(Account account)
void
setAccountId(Long accountId)
void
setGuid(String guid)
void
setId(Long id)
void
setName(String name)
void
unsetAccountId()
void
unsetGuid()
void
unsetId()
void
unsetName()
-
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
-
-
-
Field Detail
-
account
@ApiProperty protected Account account
-
accountId
@ApiProperty(canBeNullOrNotSet=true) protected Long accountId
-
accountIdSpecified
protected boolean accountIdSpecified
-
guid
@ApiProperty(canBeNullOrNotSet=true) protected String guid
-
guidSpecified
protected boolean guidSpecified
-
id
@ApiProperty(canBeNullOrNotSet=true) protected Long id
-
idSpecified
protected boolean idSpecified
-
name
@ApiProperty(canBeNullOrNotSet=true) protected String name
-
nameSpecified
protected boolean nameSpecified
-
-
Method Detail
-
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)
-
-