Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.destination.group.ipv4.flowspec.flowspec.type.protocol.ip._case.ProtocolIps
- 
- 
Uses of ProtocolIps in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.destination.group.ipv4.flowspec.flowspec.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.destination.group.ipv4.flowspec.flowspec.type that return types with arguments of type ProtocolIps Modifier and Type Method Description @Nullable List<ProtocolIps>ProtocolIpCase. getProtocolIps()Return protocolIps, ornullif it is not present.List<ProtocolIps>ProtocolIpCaseBuilder. getProtocolIps()Return current value associated with the property corresponding toProtocolIpCase.getProtocolIps().default @NonNull List<ProtocolIps>ProtocolIpCase. nonnullProtocolIps()Return protocolIps, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.destination.group.ipv4.flowspec.flowspec.type with type arguments of type ProtocolIps Modifier and Type Method Description ProtocolIpCaseBuilderProtocolIpCaseBuilder. setProtocolIps(List<ProtocolIps> values)Set the property corresponding toProtocolIpCase.getProtocolIps()to the specified value. - 
Uses of ProtocolIps in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.destination.group.ipv4.flowspec.flowspec.type.protocol.ip._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.destination.group.ipv4.flowspec.flowspec.type.protocol.ip._case with type parameters of type ProtocolIps Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ProtocolIps>>
E$$ProtocolIpsBuilder. augmentation(Class<E$$> augmentationType)Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.destination.group.ipv4.flowspec.flowspec.type.protocol.ip._case that return ProtocolIps Modifier and Type Method Description @NonNull ProtocolIpsProtocolIpsBuilder. build()A newProtocolIpsinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.destination.group.ipv4.flowspec.flowspec.type.protocol.ip._case that return types with arguments of type ProtocolIps Modifier and Type Method Description default Class<ProtocolIps>ProtocolIps. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.destination.group.ipv4.flowspec.flowspec.type.protocol.ip._case with parameters of type ProtocolIps Modifier and Type Method Description static booleanProtocolIps. bindingEquals(@NonNull ProtocolIps thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intProtocolIps. bindingHashCode(@NonNull ProtocolIps obj)Default implementation ofObject.hashCode()contract for this interface.static StringProtocolIps. bindingToString(@NonNull ProtocolIps obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.destination.group.ipv4.flowspec.flowspec.type.protocol.ip._case with type arguments of type ProtocolIps Modifier and Type Method Description ProtocolIpsBuilderProtocolIpsBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ProtocolIps> augmentation)Add an augmentation to this builder's product.ProtocolIpsBuilderProtocolIpsBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ProtocolIps>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.destination.group.ipv4.flowspec.flowspec.type.protocol.ip._case with parameters of type ProtocolIps Constructor Description ProtocolIpsBuilder(ProtocolIps base)Construct a builder initialized with state from specifiedProtocolIps. 
 -