Class ModuleVersionType
java.lang.Object
org.opendaylight.yang.gen.v1.urn.lighty.gnmi.yang.storage.rev210331.ModuleVersionType
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ScalarTypeObject<String>,org.opendaylight.yangtools.yang.binding.TypeObject,org.opendaylight.yangtools.yang.binding.ValueAware<String>
@Generated("mdsal-binding-generator")
public class ModuleVersionType
extends Object
implements org.opendaylight.yangtools.yang.binding.ScalarTypeObject<String>, Serializable
This class represents the following YANG schema fragment defined in module gnmi-yang-storage
typedef module-version-type {
type string;
}
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionModuleVersionType(String _value) ModuleVersionType(ModuleVersionType source) Creates a copy from Source Object. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanstatic ModuleVersionTypegetDefaultInstance(String defaultValue) getValue()inthashCode()toString()
-
Constructor Details
-
ModuleVersionType
-
ModuleVersionType
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details