Class Type


  • @ApiType("SoftLayer_User_Permission_Resource_Type")
    public class Type
    extends Entity
    These are the variables relating to SoftLayer_User_Permission_Resource_Type. Collectively they describe the types of resources which can be linked to [[SoftLayer_User_Permission_Group]].
    See Also:
    SoftLayer_User_Permission_Resource_Type
    • Field Detail

      • classNameSpecified

        protected boolean classNameSpecified
      • idSpecified

        protected boolean idSpecified
      • keyNameSpecified

        protected boolean keyNameSpecified
      • name

        @ApiProperty(canBeNullOrNotSet=true)
        protected String name
        A name for the resource type. It is the most descriptive variable of the resource type and can include spaces.
      • nameSpecified

        protected boolean nameSpecified
    • Constructor Detail

      • Type

        public Type()
    • Method Detail

      • getClassName

        public String getClassName()
      • setClassName

        public void setClassName​(String className)
      • isClassNameSpecified

        public boolean isClassNameSpecified()
      • unsetClassName

        public void unsetClassName()
      • 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()
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • isNameSpecified

        public boolean isNameSpecified()
      • unsetName

        public void unsetName()