Class Group
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.product.item.server.Group
@ApiType("SoftLayer_Product_Item_Server_Group") public class Group extends Entity
The SoftLayer_Product_Item_Server_Group data type details the type of compute service a [[SoftLayer_Product_Item (type)|SoftLayer_Product_Item]] or [[SoftLayer_Product_Package_Preset (type)|SoftLayer_Product_Package_Preset]] belongs to.
- See Also:
- SoftLayer_Product_Item_Server_Group
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Group.Mask
-
Field Summary
Fields Modifier and Type Field Description protected String
keyName
The server group's string identifierprotected boolean
keyNameSpecified
protected String
name
The server group's friendly nameprotected boolean
nameSpecified
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
Constructor Summary
Constructors Constructor Description Group()
-
Method Summary
Modifier and Type Method Description String
getKeyName()
String
getName()
boolean
isKeyNameSpecified()
boolean
isNameSpecified()
void
setKeyName(String keyName)
void
setName(String name)
void
unsetKeyName()
void
unsetName()
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
Field Details
-
keyName
The server group's string identifier -
keyNameSpecified
protected boolean keyNameSpecified -
name
The server group's friendly name -
nameSpecified
protected boolean nameSpecified
-
-
Constructor Details
-
Group
public Group()
-
-
Method Details
-
getKeyName
-
setKeyName
-
isKeyNameSpecified
public boolean isKeyNameSpecified() -
unsetKeyName
public void unsetKeyName() -
getName
-
setName
-
isNameSpecified
public boolean isNameSpecified() -
unsetName
public void unsetName()
-