Package io.provenance.scope.proto
Interface Util.AuditFieldsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Util.AuditFields,Util.AuditFields.Builder
- Enclosing class:
- Util
public static interface Util.AuditFieldsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCreatedBy()string created_by = 2;com.google.protobuf.ByteStringgetCreatedByBytes()string created_by = 2;TimestampgetCreatedDate().google.protobuf.Timestamp created_date = 1;TimestampOrBuildergetCreatedDateOrBuilder().google.protobuf.Timestamp created_date = 1;java.lang.StringgetMessage()string message = 6;com.google.protobuf.ByteStringgetMessageBytes()string message = 6;java.lang.StringgetUpdatedBy()string updated_by = 4;com.google.protobuf.ByteStringgetUpdatedByBytes()string updated_by = 4;TimestampgetUpdatedDate().google.protobuf.Timestamp updated_date = 3;TimestampOrBuildergetUpdatedDateOrBuilder().google.protobuf.Timestamp updated_date = 3;intgetVersion()int32 version = 5;booleanhasCreatedDate().google.protobuf.Timestamp created_date = 1;booleanhasUpdatedDate().google.protobuf.Timestamp updated_date = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCreatedDate
boolean hasCreatedDate()
.google.protobuf.Timestamp created_date = 1;- Returns:
- Whether the createdDate field is set.
-
getCreatedDate
Timestamp getCreatedDate()
.google.protobuf.Timestamp created_date = 1;- Returns:
- The createdDate.
-
getCreatedDateOrBuilder
TimestampOrBuilder getCreatedDateOrBuilder()
.google.protobuf.Timestamp created_date = 1;
-
getCreatedBy
java.lang.String getCreatedBy()
string created_by = 2;- Returns:
- The createdBy.
-
getCreatedByBytes
com.google.protobuf.ByteString getCreatedByBytes()
string created_by = 2;- Returns:
- The bytes for createdBy.
-
hasUpdatedDate
boolean hasUpdatedDate()
.google.protobuf.Timestamp updated_date = 3;- Returns:
- Whether the updatedDate field is set.
-
getUpdatedDate
Timestamp getUpdatedDate()
.google.protobuf.Timestamp updated_date = 3;- Returns:
- The updatedDate.
-
getUpdatedDateOrBuilder
TimestampOrBuilder getUpdatedDateOrBuilder()
.google.protobuf.Timestamp updated_date = 3;
-
getUpdatedBy
java.lang.String getUpdatedBy()
string updated_by = 4;- Returns:
- The updatedBy.
-
getUpdatedByBytes
com.google.protobuf.ByteString getUpdatedByBytes()
string updated_by = 4;- Returns:
- The bytes for updatedBy.
-
getVersion
int getVersion()
int32 version = 5;- Returns:
- The version.
-
getMessage
java.lang.String getMessage()
string message = 6;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
string message = 6;- Returns:
- The bytes for message.
-
-