Class AaaAuthorizationMethodsConfig.AuthorizationMethod
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.AaaAuthorizationMethodsConfig.AuthorizationMethod
-
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.TypeObject
- Enclosing interface:
- AaaAuthorizationMethodsConfig
public static final class AaaAuthorizationMethodsConfig.AuthorizationMethod extends Object implements org.opendaylight.yangtools.yang.binding.TypeObject, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorizationMethod(Class<? extends AAAMETHODTYPE> _identityref)AuthorizationMethod(String _string)AuthorizationMethod(AaaAuthorizationMethodsConfig.AuthorizationMethod 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 AAAMETHODTYPE>getIdentityref()StringgetString()inthashCode()StringstringValue()Return a String representing the value of this union.StringtoString()
-
-
-
Constructor Detail
-
AuthorizationMethod
public AuthorizationMethod(Class<? extends AAAMETHODTYPE> _identityref)
-
AuthorizationMethod
public AuthorizationMethod(String _string)
-
AuthorizationMethod
public AuthorizationMethod(AaaAuthorizationMethodsConfig.AuthorizationMethod 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.
-
getIdentityref
public Class<? extends AAAMETHODTYPE> getIdentityref()
-
getString
public String getString()
-
-