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
  • Field Details

    • networkComponents

      @ApiProperty protected List<Component> networkComponents
      A network component group's associated network components.
    • groupTypeId

      @ApiProperty(canBeNullOrNotSet=true) protected Long groupTypeId
    • groupTypeIdSpecified

      protected boolean groupTypeIdSpecified
    • networkComponentCount

      @ApiProperty protected Long networkComponentCount
      A count of a network component group's associated network components.
  • Constructor Details

    • Group

      public Group()
  • Method Details

    • getNetworkComponents

      public List<Component> getNetworkComponents()
    • getGroupTypeId

      public Long getGroupTypeId()
    • setGroupTypeId

      public void setGroupTypeId​(Long groupTypeId)
    • isGroupTypeIdSpecified

      public boolean isGroupTypeIdSpecified()
    • unsetGroupTypeId

      public void unsetGroupTypeId()
    • getNetworkComponentCount

      public Long getNetworkComponentCount()
    • setNetworkComponentCount

      public void setNetworkComponentCount​(Long networkComponentCount)