Class CreateResourceLocation
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.workload.citrix.Request
com.softlayer.api.service.workload.citrix.request.CreateResourceLocation
@ApiType("SoftLayer_Workload_Citrix_Request_CreateResourceLocation") public class CreateResourceLocation extends Request
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateResourceLocation.Mask -
Field Summary
Fields Modifier and Type Field Description protected StringresourceLocationNameprotected booleanresourceLocationNameSpecifiedFields inherited from class com.softlayer.api.service.workload.citrix.Request
clientId, clientIdSpecified, clientSecret, clientSecretSpecified, customerId, customerIdSpecified -
Constructor Summary
Constructors Constructor Description CreateResourceLocation() -
Method Summary
Modifier and Type Method Description StringgetResourceLocationName()booleanisResourceLocationNameSpecified()voidsetResourceLocationName(String resourceLocationName)voidunsetResourceLocationName()Methods inherited from class com.softlayer.api.service.workload.citrix.Request
getClientId, getClientSecret, getCustomerId, isClientIdSpecified, isClientSecretSpecified, isCustomerIdSpecified, setClientId, setClientSecret, setCustomerId, unsetClientId, unsetClientSecret, unsetCustomerId
-
Field Details
-
resourceLocationName
-
resourceLocationNameSpecified
protected boolean resourceLocationNameSpecified
-
-
Constructor Details
-
CreateResourceLocation
public CreateResourceLocation()
-
-
Method Details
-
getResourceLocationName
-
setResourceLocationName
-
isResourceLocationNameSpecified
public boolean isResourceLocationNameSpecified() -
unsetResourceLocationName
public void unsetResourceLocationName()
-