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,org.opendaylight.yangtools.yang.binding.ValueAware<org.opendaylight.yangtools.yang.common.Uint32>
@Generated("mdsal-binding-generator")
public class Ipv6FlowLabel
extends Object
implements org.opendaylight.yangtools.yang.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Uint32>, Serializable
This class represents the following YANG schema fragment defined in module openconfig-inet-types
typedef ipv6-flow-label {
type uint32 {
range 0..1048575;
}
}
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIpv6FlowLabel(Ipv6FlowLabel source) Creates a copy from Source Object.Ipv6FlowLabel(org.opendaylight.yangtools.yang.common.Uint32 _value) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanstatic Ipv6FlowLabelgetDefaultInstance(String defaultValue) org.opendaylight.yangtools.yang.common.Uint32getValue()inthashCode()toString()
-
Constructor Details
-
Ipv6FlowLabel
@ConstructorParameters("value") public Ipv6FlowLabel(org.opendaylight.yangtools.yang.common.Uint32 _value) -
Ipv6FlowLabel
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details
-
getDefaultInstance
-
getValue
public org.opendaylight.yangtools.yang.common.Uint32 getValue()- Specified by:
getValuein interfaceorg.opendaylight.yangtools.yang.binding.ValueAware<org.opendaylight.yangtools.yang.common.Uint32>
-
hashCode
public int hashCode() -
equals
-
toString
-