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,org.opendaylight.yangtools.yang.binding.UnionTypeObject
- Enclosing interface:
- AaaAuthenticationUserConfig
public static final class AaaAuthenticationUserConfig.Role
extends Object
implements org.opendaylight.yangtools.yang.binding.UnionTypeObject, Serializable
This class represents the following YANG schema fragment defined in module openconfig-aaa
leaf role {
type union {
type string;
type identityref {
base SYSTEM_DEFINED_ROLES;
}
}
}
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRole(AaaAuthenticationUserConfig.Role source) Creates a copy from Source Object.Role(SYSTEMDEFINEDROLES _sYSTEMDEFINEDROLES) -
Method Summary
-
Constructor Details
-
Role
-
Role
-
Role
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details
-
stringValue
Return a String representing the value of this union.- Returns:
- String representation of this union's value.
-
getString
-
getSYSTEMDEFINEDROLES
-
hashCode
public int hashCode() -
equals
-
toString
-