Package 

Interface LogBean.LogOrBuilder

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

    
    public interface LogBean.LogOrBuilder
     implements MessageLiteOrBuilder
                        
    • Method Summary

      Modifier and Type Method Description
      abstract int getTime()
      UNIX Time Format
      
      optional uint32 Time = 1;
      abstract List<LogBean.LogContent> getContentsList() repeated .LogContent Contents = 2;
      abstract LogBean.LogContent getContents(int index) repeated .LogContent Contents = 2;
      abstract int getContentsCount() repeated .LogContent Contents = 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