Class ImmutableCreateRowGroupItemsFromPrototypeCommand

java.lang.Object
io.dialob.session.engine.session.command.ImmutableCreateRowGroupItemsFromPrototypeCommand
All Implemented Interfaces:
Command<ItemStates>, CreateRowGroupItemsFromPrototypeCommand, SessionUpdateCommand, UpdateCommand<ItemId,ItemStates>, Serializable

@Generated(from="CreateRowGroupItemsFromPrototypeCommand", generator="Immutables") @ParametersAreNonnullByDefault @Generated("org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableCreateRowGroupItemsFromPrototypeCommand extends Object implements CreateRowGroupItemsFromPrototypeCommand
Immutable implementation of CreateRowGroupItemsFromPrototypeCommand.

Use the builder to create immutable instances: ImmutableCreateRowGroupItemsFromPrototypeCommand.builder(). Use the static factory method to create immutable instances: ImmutableCreateRowGroupItemsFromPrototypeCommand.of().

See Also: