Class AaaAccountingMethodsCommon.AccountingMethod
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.AaaAccountingMethodsCommon.AccountingMethod
-
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.TypeObject
- Enclosing interface:
- AaaAccountingMethodsCommon
public static final class AaaAccountingMethodsCommon.AccountingMethod extends Object implements org.opendaylight.yangtools.yang.binding.TypeObject, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountingMethod(Class<? extends AAAMETHODTYPE> _identityref)AccountingMethod(String _string)AccountingMethod(AaaAccountingMethodsCommon.AccountingMethod 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
-
AccountingMethod
public AccountingMethod(Class<? extends AAAMETHODTYPE> _identityref)
-
AccountingMethod
public AccountingMethod(String _string)
-
AccountingMethod
public AccountingMethod(AaaAccountingMethodsCommon.AccountingMethod 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()
-
-