Uses of Interface
org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.payload.Payload
Packages that use Payload
Package
Description
-
Uses of Payload in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702
Methods in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702 that return types with arguments of type PayloadModifier and TypeMethodDescriptionGlobalRpcBenchInputBuilder.getPayload()Return current value associated with the property corresponding toPayload.getPayload().GlobalRpcBenchOutputBuilder.getPayload()Return current value associated with the property corresponding toPayload.getPayload().@Nullable Map<PayloadKey, Payload> Payload.getPayload()Return payload, ornullif it is not present.RoutedRpcBenchInputBuilder.getPayload()Return current value associated with the property corresponding toPayload.getPayload().RoutedRpcBenchOutputBuilder.getPayload()Return current value associated with the property corresponding toPayload.getPayload().default @NonNull Map<PayloadKey, Payload> Payload.nonnullPayload()Return payload, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702 with type arguments of type PayloadModifier and TypeMethodDescriptionGlobalRpcBenchInputBuilder.setPayload(Map<PayloadKey, Payload> values) Set the property corresponding toPayload.getPayload()to the specified value.GlobalRpcBenchOutputBuilder.setPayload(Map<PayloadKey, Payload> values) Set the property corresponding toPayload.getPayload()to the specified value.RoutedRpcBenchInputBuilder.setPayload(Map<PayloadKey, Payload> values) Set the property corresponding toPayload.getPayload()to the specified value.RoutedRpcBenchOutputBuilder.setPayload(Map<PayloadKey, Payload> values) Set the property corresponding toPayload.getPayload()to the specified value. -
Uses of Payload in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.payload
Methods in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.payload with type parameters of type PayloadModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Payload>>
E$$PayloadBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.payload that return PayloadModifier and TypeMethodDescription@NonNull PayloadPayloadBuilder.build()A newPayloadinstance.Methods in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.payload that return types with arguments of type PayloadMethods in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.payload with parameters of type PayloadModifier and TypeMethodDescriptionstatic booleanPayload.bindingEquals(@NonNull Payload thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intPayload.bindingHashCode(@NonNull Payload obj) Default implementation ofObject.hashCode()contract for this interface.static StringPayload.bindingToString(@NonNull Payload obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.payload with type arguments of type PayloadModifier and TypeMethodDescriptionPayloadBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Payload> augmentation) Add an augmentation to this builder's product.PayloadBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Payload>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.payload with parameters of type PayloadModifierConstructorDescriptionPayloadBuilder(Payload base) Construct a builder initialized with state from specifiedPayload.