Interface PccIdReqObject
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
Monitoring,MonitoringRequest,MonitoringResponse,PcmonrepMessage,Replies
@Generated("mdsal-binding-generator")
public interface PccIdReqObject
extends org.opendaylight.yangtools.binding.Grouping
The PCC-ID-REQ object is used to specify the IP address of the requesting PCC.
This class represents the following YANG schema fragment defined in module pcep-types
grouping pcc-id-req-object {
container pcc-id-req {
uses object;
leaf ip-address {
type inet:ip-address-no-zone;
}
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn pccIdReq, ornullif it is not present.@NonNull PccIdReqReturn pccIdReq, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getPccIdReq
PccIdReq getPccIdReq()Return pccIdReq, ornullif it is not present.- Returns:
PccIdReqpccIdReq, ornullif it is not present.
-
nonnullPccIdReq
@NonNull PccIdReq nonnullPccIdReq()Return pccIdReq, or an empty instance if it is not present.- Returns:
PccIdReqpccIdReq, or an empty instance if it is not present.
-