Uses of Interface
org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807.Device
Packages that use Device
-
Uses of Device 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 DeviceModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Device>>
E$$DeviceBuilder.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 DeviceModifier and TypeMethodDescription@NonNull DeviceDeviceBuilder.build()A newDeviceinstance.ExampleDataCenterData.getDevice()Return device, ornullif it is not present.Methods in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807 that return types with arguments of type DeviceMethods in org.opendaylight.yang.gen.v1.urn.example.data.center.rev180807 with parameters of type DeviceModifier and TypeMethodDescriptionstatic booleanDevice.bindingEquals(@NonNull Device thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intDevice.bindingHashCode(@NonNull Device obj) Default implementation ofObject.hashCode()contract for this interface.static StringDevice.bindingToString(@NonNull Device 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 DeviceModifier and TypeMethodDescriptionDeviceBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Device> augmentation) Add an augmentation to this builder's product.DeviceBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Device>> 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 DeviceModifierConstructorDescriptionDeviceBuilder(Device base) Construct a builder initialized with state from specifiedDevice.