Class Request
- java.lang.Object
-
- com.softlayer.api.Type
-
- com.softlayer.api.service.Entity
-
- com.softlayer.api.service.workload.citrix.Request
-
- Direct Known Subclasses:
CreateResourceLocation
@ApiType("SoftLayer_Workload_Citrix_Request") public class Request extends Entity
- See Also:
- SoftLayer_Workload_Citrix_Request
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Request.Mask
-
Field Summary
Fields Modifier and Type Field Description protected String
clientId
protected boolean
clientIdSpecified
protected String
clientSecret
protected boolean
clientSecretSpecified
protected String
customerId
protected boolean
customerIdSpecified
-
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
-
Constructor Summary
Constructors Constructor Description Request()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClientId()
String
getClientSecret()
String
getCustomerId()
boolean
isClientIdSpecified()
boolean
isClientSecretSpecified()
boolean
isCustomerIdSpecified()
void
setClientId(String clientId)
void
setClientSecret(String clientSecret)
void
setCustomerId(String customerId)
void
unsetClientId()
void
unsetClientSecret()
void
unsetCustomerId()
-
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
-
-
-
Field Detail
-
clientId
@ApiProperty(canBeNullOrNotSet=true) protected String clientId
-
clientIdSpecified
protected boolean clientIdSpecified
-
clientSecret
@ApiProperty(canBeNullOrNotSet=true) protected String clientSecret
-
clientSecretSpecified
protected boolean clientSecretSpecified
-
customerId
@ApiProperty(canBeNullOrNotSet=true) protected String customerId
-
customerIdSpecified
protected boolean customerIdSpecified
-
-
Method Detail
-
getClientId
public String getClientId()
-
setClientId
public void setClientId(String clientId)
-
isClientIdSpecified
public boolean isClientIdSpecified()
-
unsetClientId
public void unsetClientId()
-
getClientSecret
public String getClientSecret()
-
setClientSecret
public void setClientSecret(String clientSecret)
-
isClientSecretSpecified
public boolean isClientSecretSpecified()
-
unsetClientSecret
public void unsetClientSecret()
-
getCustomerId
public String getCustomerId()
-
setCustomerId
public void setCustomerId(String customerId)
-
isCustomerIdSpecified
public boolean isCustomerIdSpecified()
-
unsetCustomerId
public void unsetCustomerId()
-
-