Uses of Interface
org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807.box.out.box.in.open.Input
Packages that use Input
Package
Description
-
Uses of Input in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807.box.out.box.in.open
Methods in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807.box.out.box.in.open with type parameters of type InputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Input>>
E$$InputBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807.box.out.box.in.open that return InputMethods in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807.box.out.box.in.open that return types with arguments of type InputMethods in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807.box.out.box.in.open with parameters of type InputModifier and TypeMethodDescriptionstatic booleanInput.bindingEquals(@NonNull Input thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intInput.bindingHashCode(@NonNull Input obj) Default implementation ofObject.hashCode()contract for this interface.static StringInput.bindingToString(@NonNull Input obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807.box.out.box.in.open with type arguments of type InputModifier and TypeMethodDescriptionInputBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Input> augmentation) Add an augmentation to this builder's product.InputBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Input>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807.box.out.box.in.open with parameters of type InputModifierConstructorDescriptionInputBuilder(Input base) Construct a builder initialized with state from specifiedInput.