Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.agent.top.Agent
Packages that use Agent
Package
Description
-
Uses of Agent in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121 that return AgentModifier and TypeMethodDescriptionOpenflowAgentTop.getAgent()Return agent, ornullif it is not present.@NonNull AgentOpenflowAgentTop.nonnullAgent()Return agent, or an empty instance if it is not present. -
Uses of Agent in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.agent.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.agent.top with type parameters of type AgentModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Agent>>
E$$AgentBuilder.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.openflow.rev181121.openflow.agent.top that return AgentModifier and TypeMethodDescription@NonNull AgentAgentBuilder.build()A newAgentinstance.static @NonNull AgentAgentBuilder.empty()Get empty instance of Agent.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.agent.top that return types with arguments of type AgentMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.agent.top with parameters of type AgentModifier and TypeMethodDescriptionstatic booleanAgent.bindingEquals(@NonNull Agent thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intAgent.bindingHashCode(@NonNull Agent obj) Default implementation ofObject.hashCode()contract for this interface.static StringAgent.bindingToString(@NonNull Agent obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.agent.top with type arguments of type AgentModifier and TypeMethodDescriptionAgentBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Agent> augmentation) Add an augmentation to this builder's product.AgentBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Agent>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.agent.top with parameters of type AgentModifierConstructorDescriptionAgentBuilder(Agent base) Construct a builder initialized with state from specifiedAgent. -
Uses of Agent in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.top that return AgentModifier and TypeMethodDescriptionOpenflowBuilder.getAgent()Return current value associated with the property corresponding toOpenflowAgentTop.getAgent().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.top with parameters of type AgentModifier and TypeMethodDescriptionSet the property corresponding toOpenflowAgentTop.getAgent()to the specified value.