Uses of Class
org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.payload.PayloadKey
Packages that use PayloadKey
Package
Description
-
Uses of PayloadKey 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 PayloadKeyModifier 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 PayloadKeyModifier 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 PayloadKey in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.payload
Methods in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.payload that return PayloadKeyModifier and TypeMethodDescriptionPayload.key()PayloadBuilder.key()Return current value associated with the property corresponding toPayload.key().Methods in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.payload with parameters of type PayloadKeyModifier and TypeMethodDescriptionPayloadBuilder.withKey(PayloadKey key) Set the key value corresponding toPayload.key()to the specified value.Constructors in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.payload with parameters of type PayloadKey