Class PlacementGroup


  • @ApiType("SoftLayer_Virtual_PlacementGroup")
    public class PlacementGroup
    extends Entity
    This data type presents the structure for a virtual guest placement group. The data type contains relational properties to the virtual guest placement group rule class.
    See Also:
    SoftLayer_Virtual_PlacementGroup
    • Constructor Detail

      • PlacementGroup

        public PlacementGroup()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • getBackendRouter

        public Backend getBackendRouter()
      • setBackendRouter

        public void setBackendRouter​(Backend backendRouter)
      • getRule

        public Rule getRule()
      • setRule

        public void setRule​(Rule rule)
      • getAccountId

        public Long getAccountId()
      • setAccountId

        public void setAccountId​(Long accountId)
      • isAccountIdSpecified

        public boolean isAccountIdSpecified()
      • unsetAccountId

        public void unsetAccountId()
      • getBackendRouterId

        public Long getBackendRouterId()
      • setBackendRouterId

        public void setBackendRouterId​(Long backendRouterId)
      • isBackendRouterIdSpecified

        public boolean isBackendRouterIdSpecified()
      • unsetBackendRouterId

        public void unsetBackendRouterId()
      • isCreateDateSpecified

        public boolean isCreateDateSpecified()
      • unsetCreateDate

        public void unsetCreateDate()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • isModifyDateSpecified

        public boolean isModifyDateSpecified()
      • unsetModifyDate

        public void unsetModifyDate()
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • isNameSpecified

        public boolean isNameSpecified()
      • unsetName

        public void unsetName()
      • getRuleId

        public Long getRuleId()
      • setRuleId

        public void setRuleId​(Long ruleId)
      • isRuleIdSpecified

        public boolean isRuleIdSpecified()
      • unsetRuleId

        public void unsetRuleId()
      • getGuestCount

        public Long getGuestCount()
      • setGuestCount

        public void setGuestCount​(Long guestCount)