Class RequestId
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.RequestId
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Uint32>,org.opendaylight.yangtools.binding.TypeObject,org.opendaylight.yangtools.binding.ValueAware<org.opendaylight.yangtools.yang.common.Uint32>
@Generated("mdsal-binding-generator")
public class RequestId
extends Object
implements org.opendaylight.yangtools.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Uint32>, Serializable
This class represents the following YANG schema fragment defined in module pcep-types
typedef request-id {
type uint32 {
range 1..max;
}
}
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RequestId
@ConstructorParameters("value") public RequestId(org.opendaylight.yangtools.yang.common.Uint32 _value) -
RequestId
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.binding.ValueAware<org.opendaylight.yangtools.yang.common.Uint32>
-
hashCode
public int hashCode() -
equals
-
toString
-