public static final class Transformation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Transformation.Builder> implements TransformationOrBuilder
The transformation data.Protobuf type
io.axoniq.axonserver.grpc.event.Transformation| Modifier and Type | Method and Description |
|---|---|
Transformation.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Transformation |
build() |
Transformation |
buildPartial() |
Transformation.Builder |
clear() |
Transformation.Builder |
clearAppliedAt()
The timestamp at which the transformation was applied.
|
Transformation.Builder |
clearApplyRequester()
The username of user who requested the transformation to be applied.
|
Transformation.Builder |
clearContext()
The bounded context in which this transformation is being executed.
|
Transformation.Builder |
clearDescription()
The description of the transformation.
|
Transformation.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Transformation.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Transformation.Builder |
clearSequence()
The sequence of the last transformation action stored.
|
Transformation.Builder |
clearState()
The state of the transformation
|
Transformation.Builder |
clearTransformationId()
The identifier of the transformation.
|
Transformation.Builder |
clearVersion()
The version of the transformation.
|
Transformation.Builder |
clone() |
long |
getAppliedAt()
The timestamp at which the transformation was applied.
|
String |
getApplyRequester()
The username of user who requested the transformation to be applied.
|
com.google.protobuf.ByteString |
getApplyRequesterBytes()
The username of user who requested the transformation to be applied.
|
String |
getContext()
The bounded context in which this transformation is being executed.
|
com.google.protobuf.ByteString |
getContextBytes()
The bounded context in which this transformation is being executed.
|
Transformation |
getDefaultInstanceForType() |
String |
getDescription()
The description of the transformation.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
The description of the transformation.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getSequence()
The sequence of the last transformation action stored.
|
TransformationState |
getState()
The state of the transformation
|
int |
getStateValue()
The state of the transformation
|
TransformationId |
getTransformationId()
The identifier of the transformation.
|
TransformationId.Builder |
getTransformationIdBuilder()
The identifier of the transformation.
|
TransformationIdOrBuilder |
getTransformationIdOrBuilder()
The identifier of the transformation.
|
int |
getVersion()
The version of the transformation.
|
boolean |
hasTransformationId()
The identifier of the transformation.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Transformation.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Transformation.Builder |
mergeFrom(com.google.protobuf.Message other) |
Transformation.Builder |
mergeFrom(Transformation other) |
Transformation.Builder |
mergeTransformationId(TransformationId value)
The identifier of the transformation.
|
Transformation.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Transformation.Builder |
setAppliedAt(long value)
The timestamp at which the transformation was applied.
|
Transformation.Builder |
setApplyRequester(String value)
The username of user who requested the transformation to be applied.
|
Transformation.Builder |
setApplyRequesterBytes(com.google.protobuf.ByteString value)
The username of user who requested the transformation to be applied.
|
Transformation.Builder |
setContext(String value)
The bounded context in which this transformation is being executed.
|
Transformation.Builder |
setContextBytes(com.google.protobuf.ByteString value)
The bounded context in which this transformation is being executed.
|
Transformation.Builder |
setDescription(String value)
The description of the transformation.
|
Transformation.Builder |
setDescriptionBytes(com.google.protobuf.ByteString value)
The description of the transformation.
|
Transformation.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Transformation.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Transformation.Builder |
setSequence(long value)
The sequence of the last transformation action stored.
|
Transformation.Builder |
setState(TransformationState value)
The state of the transformation
|
Transformation.Builder |
setStateValue(int value)
The state of the transformation
|
Transformation.Builder |
setTransformationId(TransformationId.Builder builderForValue)
The identifier of the transformation.
|
Transformation.Builder |
setTransformationId(TransformationId value)
The identifier of the transformation.
|
Transformation.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Transformation.Builder |
setVersion(int value)
The version of the transformation.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Transformation.Builder>public Transformation.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Transformation.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Transformation.Builder>public Transformation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Transformation build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Transformation buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Transformation.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Transformation.Builder>public Transformation.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Transformation.Builder>public Transformation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Transformation.Builder>public Transformation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Transformation.Builder>public Transformation.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Transformation.Builder>public Transformation.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Transformation.Builder>public Transformation.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Transformation.Builder>public Transformation.Builder mergeFrom(Transformation other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Transformation.Builder>public Transformation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Transformation.Builder>IOExceptionpublic boolean hasTransformationId()
The identifier of the transformation.
.io.axoniq.axonserver.grpc.event.TransformationId transformationId = 1;hasTransformationId in interface TransformationOrBuilderpublic TransformationId getTransformationId()
The identifier of the transformation.
.io.axoniq.axonserver.grpc.event.TransformationId transformationId = 1;getTransformationId in interface TransformationOrBuilderpublic Transformation.Builder setTransformationId(TransformationId value)
The identifier of the transformation.
.io.axoniq.axonserver.grpc.event.TransformationId transformationId = 1;public Transformation.Builder setTransformationId(TransformationId.Builder builderForValue)
The identifier of the transformation.
.io.axoniq.axonserver.grpc.event.TransformationId transformationId = 1;public Transformation.Builder mergeTransformationId(TransformationId value)
The identifier of the transformation.
.io.axoniq.axonserver.grpc.event.TransformationId transformationId = 1;public Transformation.Builder clearTransformationId()
The identifier of the transformation.
.io.axoniq.axonserver.grpc.event.TransformationId transformationId = 1;public TransformationId.Builder getTransformationIdBuilder()
The identifier of the transformation.
.io.axoniq.axonserver.grpc.event.TransformationId transformationId = 1;public TransformationIdOrBuilder getTransformationIdOrBuilder()
The identifier of the transformation.
.io.axoniq.axonserver.grpc.event.TransformationId transformationId = 1;getTransformationIdOrBuilder in interface TransformationOrBuilderpublic int getStateValue()
The state of the transformation
.io.axoniq.axonserver.grpc.event.TransformationState state = 2;getStateValue in interface TransformationOrBuilderpublic Transformation.Builder setStateValue(int value)
The state of the transformation
.io.axoniq.axonserver.grpc.event.TransformationState state = 2;public TransformationState getState()
The state of the transformation
.io.axoniq.axonserver.grpc.event.TransformationState state = 2;getState in interface TransformationOrBuilderpublic Transformation.Builder setState(TransformationState value)
The state of the transformation
.io.axoniq.axonserver.grpc.event.TransformationState state = 2;public Transformation.Builder clearState()
The state of the transformation
.io.axoniq.axonserver.grpc.event.TransformationState state = 2;public long getSequence()
The sequence of the last transformation action stored. Needed for checking sequential consistency of requests.
int64 sequence = 3;getSequence in interface TransformationOrBuilderpublic Transformation.Builder setSequence(long value)
The sequence of the last transformation action stored. Needed for checking sequential consistency of requests.
int64 sequence = 3;public Transformation.Builder clearSequence()
The sequence of the last transformation action stored. Needed for checking sequential consistency of requests.
int64 sequence = 3;public String getContext()
The bounded context in which this transformation is being executed.
string context = 4;getContext in interface TransformationOrBuilderpublic com.google.protobuf.ByteString getContextBytes()
The bounded context in which this transformation is being executed.
string context = 4;getContextBytes in interface TransformationOrBuilderpublic Transformation.Builder setContext(String value)
The bounded context in which this transformation is being executed.
string context = 4;public Transformation.Builder clearContext()
The bounded context in which this transformation is being executed.
string context = 4;public Transformation.Builder setContextBytes(com.google.protobuf.ByteString value)
The bounded context in which this transformation is being executed.
string context = 4;public String getDescription()
The description of the transformation.
string description = 5;getDescription in interface TransformationOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
The description of the transformation.
string description = 5;getDescriptionBytes in interface TransformationOrBuilderpublic Transformation.Builder setDescription(String value)
The description of the transformation.
string description = 5;public Transformation.Builder clearDescription()
The description of the transformation.
string description = 5;public Transformation.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
The description of the transformation.
string description = 5;public long getAppliedAt()
The timestamp at which the transformation was applied. Set to -1 if the transformation was not applied.
int64 applied_at = 6;getAppliedAt in interface TransformationOrBuilderpublic Transformation.Builder setAppliedAt(long value)
The timestamp at which the transformation was applied. Set to -1 if the transformation was not applied.
int64 applied_at = 6;public Transformation.Builder clearAppliedAt()
The timestamp at which the transformation was applied. Set to -1 if the transformation was not applied.
int64 applied_at = 6;public String getApplyRequester()
The username of user who requested the transformation to be applied. Empty if the transformation was not applied.
string apply_requester = 7;getApplyRequester in interface TransformationOrBuilderpublic com.google.protobuf.ByteString getApplyRequesterBytes()
The username of user who requested the transformation to be applied. Empty if the transformation was not applied.
string apply_requester = 7;getApplyRequesterBytes in interface TransformationOrBuilderpublic Transformation.Builder setApplyRequester(String value)
The username of user who requested the transformation to be applied. Empty if the transformation was not applied.
string apply_requester = 7;public Transformation.Builder clearApplyRequester()
The username of user who requested the transformation to be applied. Empty if the transformation was not applied.
string apply_requester = 7;public Transformation.Builder setApplyRequesterBytes(com.google.protobuf.ByteString value)
The username of user who requested the transformation to be applied. Empty if the transformation was not applied.
string apply_requester = 7;public int getVersion()
The version of the transformation. The sequence
int32 version = 8;getVersion in interface TransformationOrBuilderpublic Transformation.Builder setVersion(int value)
The version of the transformation. The sequence
int32 version = 8;public Transformation.Builder clearVersion()
The version of the transformation. The sequence
int32 version = 8;public final Transformation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Transformation.Builder>public final Transformation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Transformation.Builder>Copyright © 2020–2023 AxonIQ BV. All rights reserved.