Uses of Interface
org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807.box.out.BoxIn
Packages that use BoxIn
Package
Description
-
Uses of BoxIn in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807
Methods in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807 that return BoxInModifier and TypeMethodDescriptionBoxOut.getBoxIn()Return boxIn, ornullif it is not present.BoxOutBuilder.getBoxIn()Return current value associated with the property corresponding toBoxOut.getBoxIn().Methods in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807 with parameters of type BoxInModifier and TypeMethodDescriptionSet the property corresponding toBoxOut.getBoxIn()to the specified value. -
Uses of BoxIn in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807.box.out
Methods in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807.box.out with type parameters of type BoxInModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<BoxIn>>
E$$BoxInBuilder.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 that return BoxInMethods in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807.box.out that return types with arguments of type BoxInMethods in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807.box.out with parameters of type BoxInModifier and TypeMethodDescriptionstatic booleanBoxIn.bindingEquals(@NonNull BoxIn thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intBoxIn.bindingHashCode(@NonNull BoxIn obj) Default implementation ofObject.hashCode()contract for this interface.static StringBoxIn.bindingToString(@NonNull BoxIn obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807.box.out with type arguments of type BoxInModifier and TypeMethodDescriptionBoxInBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<BoxIn> augmentation) Add an augmentation to this builder's product.BoxInBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BoxIn>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807.box.out with parameters of type BoxInModifierConstructorDescriptionBoxInBuilder(BoxIn base) Construct a builder initialized with state from specifiedBoxIn.