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-
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
-
Constructor Summary
Constructors Constructor Description Level()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKeyName()StringgetName()booleanisKeyNameSpecified()booleanisNameSpecified()voidsetKeyName(String keyName)voidsetName(String name)voidunsetKeyName()voidunsetName()-
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
-
-
-
Field Detail
-
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
-
-
Method Detail
-
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()
-
-