Package 

Interface LogBean.LogContentOrBuilder

  • All Implemented Interfaces:
    com.tds.protobuf.MessageLiteOrBuilder

    
    public interface LogBean.LogContentOrBuilder
     implements MessageLiteOrBuilder
                        
    • Method Summary

      Modifier and Type Method Description
      abstract String getKey() optional string Key = 1;
      abstract ByteString getKeyBytes() optional string Key = 1;
      abstract String getValue() optional string Value = 2;
      abstract ByteString getValueBytes() optional string Value = 2;
      • Methods inherited from class com.tds.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getKeyBytes

         abstract ByteString getKeyBytes()

        optional string Key = 1;

      • getValueBytes

         abstract ByteString getValueBytes()

        optional string Value = 2;