Class NonZeroUint32Type
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.distributed.datastore.provider.rev140612.NonZeroUint32Type
-
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.TypeObject
public class NonZeroUint32Type extends Object implements org.opendaylight.yangtools.yang.binding.TypeObject, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NonZeroUint32Type(Long _value)Deprecated, for removal: This API element is subject to removal in a future version.Use {#link NonZeroUint32Type(Uint32)} instead.NonZeroUint32Type(NonZeroUint32Type source)Creates a copy from Source Object.NonZeroUint32Type(org.opendaylight.yangtools.yang.common.Uint32 _value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static NonZeroUint32TypegetDefaultInstance(String defaultValue)org.opendaylight.yangtools.yang.common.Uint32getValue()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
NonZeroUint32Type
@ConstructorParameters("value") @ConstructorProperties("value") public NonZeroUint32Type(org.opendaylight.yangtools.yang.common.Uint32 _value)
-
NonZeroUint32Type
@Deprecated(forRemoval=true) public NonZeroUint32Type(Long _value)
Deprecated, for removal: This API element is subject to removal in a future version.Use {#link NonZeroUint32Type(Uint32)} instead.Utility migration constructor.- Parameters:
_value- value in legacy Java type
-
NonZeroUint32Type
public NonZeroUint32Type(NonZeroUint32Type source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Detail
-
getDefaultInstance
public static NonZeroUint32Type getDefaultInstance(String defaultValue)
-
getValue
public org.opendaylight.yangtools.yang.common.Uint32 getValue()
-
-