Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top.Chassis
Packages that use Chassis
Package
Description
-
Uses of Chassis in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118 that return ChassisModifier and TypeMethodDescriptionPlatformAnchorsTop.getChassis()Return chassis, ornullif it is not present.@NonNull ChassisPlatformAnchorsTop.nonnullChassis()Return chassis, or an empty instance if it is not present. -
Uses of Chassis in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with type parameters of type ChassisModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Chassis>>
E$$ChassisBuilder.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.platform.rev210118.platform.anchors.top that return ChassisModifier and TypeMethodDescription@NonNull ChassisChassisBuilder.build()A newChassisinstance.static @NonNull ChassisChassisBuilder.empty()Get empty instance of Chassis.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top that return types with arguments of type ChassisMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with parameters of type ChassisModifier and TypeMethodDescriptionstatic booleanChassis.bindingEquals(@NonNull Chassis thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intChassis.bindingHashCode(@NonNull Chassis obj) Default implementation ofObject.hashCode()contract for this interface.static StringChassis.bindingToString(@NonNull Chassis obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with type arguments of type ChassisModifier and TypeMethodDescriptionChassisBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Chassis> augmentation) Add an augmentation to this builder's product.ChassisBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Chassis>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with parameters of type ChassisModifierConstructorDescriptionChassisBuilder(Chassis base) Construct a builder initialized with state from specifiedChassis. -
Uses of Chassis in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components that return ChassisModifier and TypeMethodDescriptionComponentBuilder.getChassis()Return current value associated with the property corresponding toPlatformAnchorsTop.getChassis().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components with parameters of type ChassisModifier and TypeMethodDescriptionComponentBuilder.setChassis(Chassis value) Set the property corresponding toPlatformAnchorsTop.getChassis()to the specified value.