Class Tag


  • @ApiType("SoftLayer_Tag")
    public class Tag
    extends Entity
    The SoftLayer_Tag data type is an optional type associated with hardware. The account ID that the tag is tied to, and the tag itself are stored in this data type. There is also a flag to denote whether the tag is internal or not.
    See Also:
    SoftLayer_Tag
    • Constructor Detail

      • Tag

        public Tag()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • getAccountId

        public Long getAccountId()
      • setAccountId

        public void setAccountId​(Long accountId)
      • isAccountIdSpecified

        public boolean isAccountIdSpecified()
      • unsetAccountId

        public void unsetAccountId()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getInternal

        public Long getInternal()
      • setInternal

        public void setInternal​(Long internal)
      • isInternalSpecified

        public boolean isInternalSpecified()
      • unsetInternal

        public void unsetInternal()
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • isNameSpecified

        public boolean isNameSpecified()
      • unsetName

        public void unsetName()
      • getReferenceCount

        public Long getReferenceCount()
      • setReferenceCount

        public void setReferenceCount​(Long referenceCount)