Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top.System
Packages that use System
Package
Description
-
Uses of System in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413 that return SystemModifier and TypeMethodDescriptionSystemTop.getSystem()Return system, ornullif it is not present.@NonNull SystemSystemTop.nonnullSystem()Return system, or an empty instance if it is not present. -
Uses of System in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top with type parameters of type SystemModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<System>>
E$$SystemBuilder.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.system.rev200413.system.top that return SystemModifier and TypeMethodDescription@NonNull SystemSystemBuilder.build()A newSysteminstance.static @NonNull SystemSystemBuilder.empty()Get empty instance of System.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top that return types with arguments of type SystemMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top with parameters of type SystemModifier and TypeMethodDescriptionstatic booleanSystem.bindingEquals(@NonNull System thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intSystem.bindingHashCode(@NonNull System obj) Default implementation ofObject.hashCode()contract for this interface.static StringSystem.bindingToString(@NonNull System obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top with type arguments of type SystemModifier and TypeMethodDescriptionSystemBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<System> augmentation) Add an augmentation to this builder's product.SystemBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<System>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top with parameters of type SystemModifierConstructorDescriptionSystemBuilder(System base) Construct a builder initialized with state from specifiedSystem.