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
@Generated("mdsal-binding-generator") public class ModuleVersionType extends Object implements org.opendaylight.yangtools.yang.binding.ScalarTypeObject<String>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModuleVersionType(String _value)ModuleVersionType(ModuleVersionType source)Creates a copy from Source Object.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static ModuleVersionTypegetDefaultInstance(String defaultValue)StringgetValue()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ModuleVersionType
@ConstructorParameters("value") @ConstructorProperties("value") public ModuleVersionType(String _value)
-
ModuleVersionType
public ModuleVersionType(ModuleVersionType source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Detail
-
getDefaultInstance
public static ModuleVersionType getDefaultInstance(String defaultValue)
-
getValue
public String getValue()
- Specified by:
getValuein interfaceorg.opendaylight.yangtools.yang.binding.ScalarTypeObject<String>
-
-