Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.Conditions1
-
Packages that use Conditions1 Package Description org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009 -
-
Uses of Conditions1 in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009 that return Conditions1 Modifier and Type Method Description @NonNull Conditions1
Conditions1Builder. build()
A newConditions1
instance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009 that return types with arguments of type Conditions1 Modifier and Type Method Description default Class<Conditions1>
Conditions1. implementedInterface()
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009 with parameters of type Conditions1 Modifier and Type Method Description static boolean
Conditions1. bindingEquals(@NonNull Conditions1 thisObj, Object obj)
Default implementation ofObject.equals(Object)
contract for this interface.static int
Conditions1. bindingHashCode(@NonNull Conditions1 obj)
Default implementation ofObject.hashCode()
contract for this interface.static String
Conditions1. bindingToString(@NonNull Conditions1 obj)
Default implementation ofObject.toString()
contract for this interface.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009 with parameters of type Conditions1 Constructor Description Conditions1Builder(Conditions1 base)
Construct a builder initialized with state from specifiedConditions1
.
-