Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.agent.top.Agent
-
-
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 Agent Modifier and Type Method Description AgentOpenflowAgentTop. getAgent()Return agent, ornullif 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 Agent Modifier and Type Method Description <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 Agent Modifier and Type Method Description @NonNull AgentAgentBuilder. build()A newAgentinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.agent.top that return types with arguments of type Agent Modifier and Type Method Description default Class<Agent>Agent. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.agent.top with parameters of type Agent Modifier and Type Method Description static 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 Agent Modifier and Type Method Description AgentBuilderAgentBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Agent> augmentation)Add an augmentation to this builder's product.AgentBuilderAgentBuilder. 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 Agent Constructor Description AgentBuilder(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 Agent Modifier and Type Method Description AgentOpenflowBuilder. 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 Agent Modifier and Type Method Description OpenflowBuilderOpenflowBuilder. setAgent(Agent value)Set the property corresponding toOpenflowAgentTop.getAgent()to the specified value.
-