use of org.onosproject.yang.gen.v1.tapitopology.rev20181210.tapitopology.nodeedgepoint.DefaultMappedServiceInterfacePoint in project onos by opennetworkinglab.
the class TapiNepHandler method addSip.
public TapiNepHandler addSip(Uuid sipUuid) {
DefaultMappedServiceInterfacePoint mappedSip = new DefaultMappedServiceInterfacePoint();
mappedSip.serviceInterfacePointUuid(sipUuid);
obj.addToMappedServiceInterfacePoint(mappedSip);
return this;
}
Aggregations