Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.protocols.protocol.Static
Packages that use Static
Package
Description
-
Uses of Static in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.protocols
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.protocols that return StaticModifier and TypeMethodDescriptionProtocol.getStatic()
Return static, ornull
if it is not present.ProtocolBuilder.getStatic()
Return current value associated with the property corresponding toProtocol.getStatic()
.@NonNull Static
Protocol.nonnullStatic()
Return static, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.protocols with parameters of type StaticModifier and TypeMethodDescriptionSet the property corresponding toProtocol.getStatic()
to the specified value. -
Uses of Static in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.protocols.protocol
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.protocols.protocol with type parameters of type StaticModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Static>>
E$$StaticBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.protocols.protocol that return StaticModifier and TypeMethodDescription@NonNull Static
StaticBuilder.build()
A newStatic
instance.static @NonNull Static
StaticBuilder.empty()
Get empty instance of Static.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.protocols.protocol that return types with arguments of type StaticMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.protocols.protocol with parameters of type StaticModifier and TypeMethodDescriptionstatic boolean
Static.bindingEquals
(@NonNull Static thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Static.bindingHashCode
(@NonNull Static obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Static.bindingToString
(@NonNull Static obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.protocols.protocol with type arguments of type StaticModifier and TypeMethodDescriptionStaticBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Static> augmentation) Add an augmentation to this builder's product.StaticBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Static>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.protocols.protocol with parameters of type StaticModifierConstructorDescriptionStaticBuilder
(Static base) Construct a builder initialized with state from specifiedStatic
.