Class AaaAuthenticationUserConfig.Role
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.AaaAuthenticationUserConfig.Role
-
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.TypeObject
- Enclosing interface:
- AaaAuthenticationUserConfig
public static final class AaaAuthenticationUserConfig.Role extends Object implements org.opendaylight.yangtools.yang.binding.TypeObject, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Role(Class<? extends SYSTEMDEFINEDROLES> _identityref)Role(String _string)Role(AaaAuthenticationUserConfig.Role source)Creates a copy from Source Object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Class<? extends SYSTEMDEFINEDROLES>getIdentityref()StringgetString()inthashCode()StringstringValue()Return a String representing the value of this union.StringtoString()
-
-
-
Constructor Detail
-
Role
public Role(String _string)
-
Role
public Role(Class<? extends SYSTEMDEFINEDROLES> _identityref)
-
Role
public Role(AaaAuthenticationUserConfig.Role source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Detail
-
stringValue
public String stringValue()
Return a String representing the value of this union.- Returns:
- String representation of this union's value.
-
getString
public String getString()
-
getIdentityref
public Class<? extends SYSTEMDEFINEDROLES> getIdentityref()
-
-