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

    Modifier and Type
    Method
    Description
    string created_by = 2;
    com.google.protobuf.ByteString
    string created_by = 2;
    .google.protobuf.Timestamp created_date = 1;
    .google.protobuf.Timestamp created_date = 1;
    string message = 6;
    com.google.protobuf.ByteString
    string message = 6;
    string updated_by = 4;
    com.google.protobuf.ByteString
    string updated_by = 4;
    .google.protobuf.Timestamp updated_date = 3;
    .google.protobuf.Timestamp updated_date = 3;
    int
    int32 version = 5;
    boolean
    .google.protobuf.Timestamp created_date = 1;
    boolean
    .google.protobuf.Timestamp updated_date = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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

      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

      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

      String getMessage()
      string message = 6;
      Returns:
      The message.
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
      string message = 6;
      Returns:
      The bytes for message.