Class Ipv6FlowLabel
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.inet.rev210107.Ipv6FlowLabel
-
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Uint32>,org.opendaylight.yangtools.yang.binding.TypeObject
@Generated("mdsal-binding-generator") public class Ipv6FlowLabel extends Object implements org.opendaylight.yangtools.yang.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Uint32>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Ipv6FlowLabel(Ipv6FlowLabel source)Creates a copy from Source Object.Ipv6FlowLabel(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 Ipv6FlowLabelgetDefaultInstance(String defaultValue)org.opendaylight.yangtools.yang.common.Uint32getValue()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
Ipv6FlowLabel
@ConstructorParameters("value") @ConstructorProperties("value") public Ipv6FlowLabel(org.opendaylight.yangtools.yang.common.Uint32 _value)
-
Ipv6FlowLabel
public Ipv6FlowLabel(Ipv6FlowLabel source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Detail
-
getDefaultInstance
public static Ipv6FlowLabel getDefaultInstance(String defaultValue)
-
getValue
public org.opendaylight.yangtools.yang.common.Uint32 getValue()
- Specified by:
getValuein interfaceorg.opendaylight.yangtools.yang.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Uint32>
-
-