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,org.opendaylight.yangtools.yang.binding.UnionTypeObject
- Enclosing interface:
- AaaAccountingMethodsCommon
public static final class AaaAccountingMethodsCommon.AccountingMethod
extends Object
implements org.opendaylight.yangtools.yang.binding.UnionTypeObject, Serializable
This class represents the following YANG schema fragment defined in module openconfig-aaa
leaf-list accounting-method {
type union {
type identityref {
base AAA_METHOD_TYPE;
}
type string;
}
ordered-by user;
}
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccountingMethod(String _string) Creates a copy from Source Object.AccountingMethod(AAAMETHODTYPE _aAAMETHODTYPE) -
Method Summary
-
Constructor Details
-
AccountingMethod
-
AccountingMethod
-
AccountingMethod
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details