Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.RequestId
Package
Description
-
Uses of RequestId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Modifier and TypeMethodDescriptionstatic RequestId
RequestId.getDefaultInstance
(String defaultValue) -
Uses of RequestId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.req.missing.tlv
Modifier and TypeMethodDescriptionReqMissing.getRequestId()
Return requestId, ornull
if it is not present.ReqMissingBuilder.getRequestId()
Return current value associated with the property corresponding toReqMissing.getRequestId()
.default @NonNull RequestId
ReqMissing.requireRequestId()
Return requestId, guaranteed to be non-null.Modifier and TypeMethodDescriptionReqMissingBuilder.setRequestId
(RequestId value) Set the property corresponding toReqMissing.getRequestId()
to the specified value. -
Uses of RequestId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.rp.object
Modifier and TypeMethodDescriptionRp.getRequestId()
Return requestId, ornull
if it is not present.RpBuilder.getRequestId()
Return current value associated with the property corresponding toRp.getRequestId()
.default @NonNull RequestId
Rp.requireRequestId()
Return requestId, guaranteed to be non-null.Modifier and TypeMethodDescriptionRpBuilder.setRequestId
(RequestId value) Set the property corresponding toRp.getRequestId()
to the specified value. -
Uses of RequestId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.svec.object
Modifier and TypeMethodDescriptionSvec.getRequestsIds()
Return requestsIds, ornull
if it is not present.SvecBuilder.getRequestsIds()
Return current value associated with the property corresponding toSvec.getRequestsIds()
.Svec.requireRequestsIds()
Return requestsIds, guaranteed to be non-null.Modifier and TypeMethodDescriptionSvecBuilder.setRequestsIds
(Set<RequestId> values) Set the property corresponding toSvec.getRequestsIds()
to the specified value.