Interface ThreeDRevisionLogOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ThreeDRevisionLog, ThreeDRevisionLog.Builder

    public interface ThreeDRevisionLogOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getInfo()
      optional string info = 4;
      com.google.protobuf.ByteString getInfoBytes()
      optional string info = 4;
      int getSeverity()
      optional int32 severity = 2;
      long getTimestamp()
      optional int64 timestamp = 1;
      String getType()
      optional string type = 3;
      com.google.protobuf.ByteString getTypeBytes()
      optional string type = 3;
      boolean hasInfo()
      optional string info = 4;
      boolean hasSeverity()
      optional int32 severity = 2;
      boolean hasTimestamp()
      optional int64 timestamp = 1;
      boolean hasType()
      optional string type = 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 Detail

      • hasTimestamp

        boolean hasTimestamp()
        optional int64 timestamp = 1;
        Returns:
        Whether the timestamp field is set.
      • getTimestamp

        long getTimestamp()
        optional int64 timestamp = 1;
        Returns:
        The timestamp.
      • hasSeverity

        boolean hasSeverity()
        optional int32 severity = 2;
        Returns:
        Whether the severity field is set.
      • getSeverity

        int getSeverity()
        optional int32 severity = 2;
        Returns:
        The severity.
      • hasType

        boolean hasType()
        optional string type = 3;
        Returns:
        Whether the type field is set.
      • getType

        String getType()
        optional string type = 3;
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        optional string type = 3;
        Returns:
        The bytes for type.
      • hasInfo

        boolean hasInfo()
        optional string info = 4;
        Returns:
        Whether the info field is set.
      • getInfo

        String getInfo()
        optional string info = 4;
        Returns:
        The info.
      • getInfoBytes

        com.google.protobuf.ByteString getInfoBytes()
        optional string info = 4;
        Returns:
        The bytes for info.