Uses of Interface
org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807.BoxOut
Packages that use BoxOut
-
Uses of BoxOut in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807
Methods in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807 with type parameters of type BoxOutModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<BoxOut>>
E$$BoxOutBuilder.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 that return BoxOutModifier and TypeMethodDescription@NonNull BoxOutBoxOutBuilder.build()A newBoxOutinstance.ExampleDataCenterData.getBoxOut()Return boxOut, ornullif it is not present.Methods in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807 that return types with arguments of type BoxOutMethods in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807 with parameters of type BoxOutModifier and TypeMethodDescriptionstatic booleanBoxOut.bindingEquals(@NonNull BoxOut thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intBoxOut.bindingHashCode(@NonNull BoxOut obj) Default implementation ofObject.hashCode()contract for this interface.static StringBoxOut.bindingToString(@NonNull BoxOut obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807 with type arguments of type BoxOutModifier and TypeMethodDescriptionBoxOutBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<BoxOut> augmentation) Add an augmentation to this builder's product.BoxOutBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BoxOut>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807 with parameters of type BoxOutModifierConstructorDescriptionBoxOutBuilder(BoxOut base) Construct a builder initialized with state from specifiedBoxOut.