Class Level


@ApiType("SoftLayer_Security_Level")
public class Level
extends Entity
The SoftLayer_Security_Level data type contains the security level restriction for the account
See Also:
SoftLayer_Security_Level
  • Field Details

    • keyName

      @ApiProperty(canBeNullOrNotSet=true) protected String keyName
      The unique name of the security level the account is under
    • keyNameSpecified

      protected boolean keyNameSpecified
    • name

      @ApiProperty(canBeNullOrNotSet=true) protected String name
      The name of the security level the account is under
    • nameSpecified

      protected boolean nameSpecified
  • Constructor Details

    • Level

      public Level()
  • Method Details

    • 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()