Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.cds.types.rev191024
Class ClientGeneration
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.cds.types.rev191024.ClientGeneration
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Uint64>,org.opendaylight.yangtools.yang.binding.TypeObject,org.opendaylight.yangtools.yang.binding.ValueAware<org.opendaylight.yangtools.yang.common.Uint64>
@Generated("mdsal-binding-generator")
public class ClientGeneration
extends Object
implements org.opendaylight.yangtools.yang.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Uint64>, Serializable
This class represents the following YANG schema fragment defined in module odl-controller-cds-types
typedef client-generation {
type uint64;
}
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClientGeneration(ClientGeneration source) Creates a copy from Source Object.ClientGeneration(org.opendaylight.yangtools.yang.common.Uint64 _value) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanstatic ClientGenerationgetDefaultInstance(String defaultValue) org.opendaylight.yangtools.yang.common.Uint64getValue()inthashCode()toString()
-
Constructor Details
-
ClientGeneration
@ConstructorParameters("value") public ClientGeneration(org.opendaylight.yangtools.yang.common.Uint64 _value) -
ClientGeneration
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details
-
getDefaultInstance
-
getValue
public org.opendaylight.yangtools.yang.common.Uint64 getValue()- Specified by:
getValuein interfaceorg.opendaylight.yangtools.yang.binding.ValueAware<org.opendaylight.yangtools.yang.common.Uint64>
-
hashCode
public int hashCode() -
equals
-
toString
-