Class Group
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.network.component.Group
@ApiType("SoftLayer_Network_Component_Group") public class Group extends Entity
- See Also:
- SoftLayer_Network_Component_Group
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroup.Mask -
Field Summary
Fields Modifier and Type Field Description protected LonggroupTypeIdprotected booleangroupTypeIdSpecifiedprotected LongnetworkComponentCountA count of a network component group's associated network components.protected List<Component>networkComponentsA network component group's associated network components. -
Constructor Summary
Constructors Constructor Description Group() -
Method Summary
Modifier and Type Method Description LonggetGroupTypeId()LonggetNetworkComponentCount()List<Component>getNetworkComponents()booleanisGroupTypeIdSpecified()voidsetGroupTypeId(Long groupTypeId)voidsetNetworkComponentCount(Long networkComponentCount)voidunsetGroupTypeId()
-
Field Details
-
networkComponents
A network component group's associated network components. -
groupTypeId
-
groupTypeIdSpecified
protected boolean groupTypeIdSpecified -
networkComponentCount
A count of a network component group's associated network components.
-
-
Constructor Details
-
Group
public Group()
-
-
Method Details
-
getNetworkComponents
-
getGroupTypeId
-
setGroupTypeId
-
isGroupTypeIdSpecified
public boolean isGroupTypeIdSpecified() -
unsetGroupTypeId
public void unsetGroupTypeId() -
getNetworkComponentCount
-
setNetworkComponentCount
-