Class Brand


  • @ApiType("SoftLayer_Brand")
    public class Brand
    extends Entity
    The SoftLayer_Brand data type contains brand information relating to the single SoftLayer customer account.

    IBM Cloud Infrastructure customers are unable to change their brand information in the portal or the API.
    See Also:
    SoftLayer_Brand
    • Constructor Detail

      • Brand

        public Brand()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • getAllOwnedAccounts

        public List<Account> getAllOwnedAccounts()
      • getAllowAccountCreationFlag

        public Boolean getAllowAccountCreationFlag()
      • setAllowAccountCreationFlag

        public void setAllowAccountCreationFlag​(Boolean allowAccountCreationFlag)
      • getBusinessPartner

        public Partner getBusinessPartner()
      • setBusinessPartner

        public void setBusinessPartner​(Partner businessPartner)
      • getBusinessPartnerFlag

        public Boolean getBusinessPartnerFlag()
      • setBusinessPartnerFlag

        public void setBusinessPartnerFlag​(Boolean businessPartnerFlag)
      • getCatalog

        public Catalog getCatalog()
      • setCatalog

        public void setCatalog​(Catalog catalog)
      • getCustomerCountryLocationRestrictions

        public List<CustomerCountry> getCustomerCountryLocationRestrictions()
      • getDistributor

        public Brand getDistributor()
      • setDistributor

        public void setDistributor​(Brand distributor)
      • getDistributorChildFlag

        public Boolean getDistributorChildFlag()
      • setDistributorChildFlag

        public void setDistributorChildFlag​(Boolean distributorChildFlag)
      • getDistributorFlag

        public String getDistributorFlag()
      • setDistributorFlag

        public void setDistributorFlag​(String distributorFlag)
      • getHasAgentAdvancedSupportFlag

        public Boolean getHasAgentAdvancedSupportFlag()
      • setHasAgentAdvancedSupportFlag

        public void setHasAgentAdvancedSupportFlag​(Boolean hasAgentAdvancedSupportFlag)
      • getHasAgentSupportFlag

        public Boolean getHasAgentSupportFlag()
      • setHasAgentSupportFlag

        public void setHasAgentSupportFlag​(Boolean hasAgentSupportFlag)
      • getOpenTickets

        public List<Ticket> getOpenTickets()
      • getOwnedAccounts

        public List<Account> getOwnedAccounts()
      • getSecurityLevel

        public Level getSecurityLevel()
      • setSecurityLevel

        public void setSecurityLevel​(Level securityLevel)
      • getTicketGroups

        public List<Group> getTicketGroups()
      • getVirtualGuests

        public List<Guest> getVirtualGuests()
      • getCatalogId

        public Long getCatalogId()
      • setCatalogId

        public void setCatalogId​(Long catalogId)
      • isCatalogIdSpecified

        public boolean isCatalogIdSpecified()
      • unsetCatalogId

        public void unsetCatalogId()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getKeyName

        public String getKeyName()
      • setKeyName

        public void setKeyName​(String keyName)
      • isKeyNameSpecified

        public boolean isKeyNameSpecified()
      • unsetKeyName

        public void unsetKeyName()
      • getLongName

        public String getLongName()
      • setLongName

        public void setLongName​(String longName)
      • isLongNameSpecified

        public boolean isLongNameSpecified()
      • unsetLongName

        public void unsetLongName()
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • isNameSpecified

        public boolean isNameSpecified()
      • unsetName

        public void unsetName()
      • getAllOwnedAccountCount

        public Long getAllOwnedAccountCount()
      • setAllOwnedAccountCount

        public void setAllOwnedAccountCount​(Long allOwnedAccountCount)
      • getContactCount

        public Long getContactCount()
      • setContactCount

        public void setContactCount​(Long contactCount)
      • getCustomerCountryLocationRestrictionCount

        public Long getCustomerCountryLocationRestrictionCount()
      • setCustomerCountryLocationRestrictionCount

        public void setCustomerCountryLocationRestrictionCount​(Long customerCountryLocationRestrictionCount)
      • getHardwareCount

        public Long getHardwareCount()
      • setHardwareCount

        public void setHardwareCount​(Long hardwareCount)
      • getOpenTicketCount

        public Long getOpenTicketCount()
      • setOpenTicketCount

        public void setOpenTicketCount​(Long openTicketCount)
      • getOwnedAccountCount

        public Long getOwnedAccountCount()
      • setOwnedAccountCount

        public void setOwnedAccountCount​(Long ownedAccountCount)
      • getTicketCount

        public Long getTicketCount()
      • setTicketCount

        public void setTicketCount​(Long ticketCount)
      • getTicketGroupCount

        public Long getTicketGroupCount()
      • setTicketGroupCount

        public void setTicketGroupCount​(Long ticketGroupCount)
      • getUserCount

        public Long getUserCount()
      • setUserCount

        public void setUserCount​(Long userCount)
      • getVirtualGuestCount

        public Long getVirtualGuestCount()
      • setVirtualGuestCount

        public void setVirtualGuestCount​(Long virtualGuestCount)