Class Level
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.security.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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLevel.Mask -
Field Summary
Fields Modifier and Type Field Description protected StringkeyNameThe unique name of the security level the account is underprotected booleankeyNameSpecifiedprotected StringnameThe name of the security level the account is underprotected booleannameSpecified -
Constructor Summary
Constructors Constructor Description Level() -
Method Summary
Modifier and Type Method Description StringgetKeyName()StringgetName()booleanisKeyNameSpecified()booleanisNameSpecified()voidsetKeyName(String keyName)voidsetName(String name)voidunsetKeyName()voidunsetName()
-
Field Details
-
keyName
The unique name of the security level the account is under -
keyNameSpecified
protected boolean keyNameSpecified -
name
The name of the security level the account is under -
nameSpecified
protected boolean nameSpecified
-
-
Constructor Details
-
Level
public Level()
-
-
Method Details
-
getKeyName
-
setKeyName
-
isKeyNameSpecified
public boolean isKeyNameSpecified() -
unsetKeyName
public void unsetKeyName() -
getName
-
setName
-
isNameSpecified
public boolean isNameSpecified() -
unsetName
public void unsetName()
-