Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.RequestId
Packages that use RequestId
Package
Description
-
Uses of RequestId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109 that return RequestIdModifier and TypeMethodDescriptionstatic RequestIdRequestId.getDefaultInstance(String defaultValue) Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109 with parameters of type RequestId -
Uses of RequestId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.req.missing.tlv
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.req.missing.tlv that return RequestIdModifier and TypeMethodDescriptionReqMissing.getRequestId()Return requestId, ornullif it is not present.ReqMissingBuilder.getRequestId()Return current value associated with the property corresponding toReqMissing.getRequestId().default @NonNull RequestIdReqMissing.requireRequestId()Return requestId, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.req.missing.tlv with parameters of type RequestIdModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.rp.object that return RequestIdModifier and TypeMethodDescriptionRp.getRequestId()Return requestId, ornullif it is not present.RpBuilder.getRequestId()Return current value associated with the property corresponding toRp.getRequestId().default @NonNull RequestIdRp.requireRequestId()Return requestId, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.rp.object with parameters of type RequestIdModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.svec.object that return types with arguments of type RequestIdModifier and TypeMethodDescriptionSvec.getRequestsIds()Return requestsIds, ornullif 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.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.svec.object with type arguments of type RequestIdModifier and TypeMethodDescriptionSvecBuilder.setRequestsIds(Set<RequestId> values) Set the property corresponding toSvec.getRequestsIds()to the specified value.