Interface BusinessLogProto.BusinessLogEventOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BusinessLogProto.BusinessLogEvent, BusinessLogProto.BusinessLogEvent.Builder
Enclosing class:
BusinessLogProto

public static interface BusinessLogProto.BusinessLogEventOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string agent = 7;
    com.google.protobuf.ByteString
    string agent = 7;
    string appName = 10;
    com.google.protobuf.ByteString
    string appName = 10;
    string details = 4;
    com.google.protobuf.ByteString
    string details = 4;
    string entry = 8;
    com.google.protobuf.ByteString
    string entry = 8;
    string ip = 6;
    com.google.protobuf.ByteString
    string ip = 6;
    int
    int32 level = 9;
    long
    int64 operateAt = 2;
    string operator = 1;
    com.google.protobuf.ByteString
    string operator = 1;
    string resources = 5;
    com.google.protobuf.ByteString
    string resources = 5;
    string summary = 3;
    com.google.protobuf.ByteString
    string summary = 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

    • getOperator

      String getOperator()
      string operator = 1;
      Returns:
      The operator.
    • getOperatorBytes

      com.google.protobuf.ByteString getOperatorBytes()
      string operator = 1;
      Returns:
      The bytes for operator.
    • getOperateAt

      long getOperateAt()
      int64 operateAt = 2;
      Returns:
      The operateAt.
    • getSummary

      String getSummary()
      string summary = 3;
      Returns:
      The summary.
    • getSummaryBytes

      com.google.protobuf.ByteString getSummaryBytes()
      string summary = 3;
      Returns:
      The bytes for summary.
    • getDetails

      String getDetails()
      string details = 4;
      Returns:
      The details.
    • getDetailsBytes

      com.google.protobuf.ByteString getDetailsBytes()
      string details = 4;
      Returns:
      The bytes for details.
    • getResources

      String getResources()
      string resources = 5;
      Returns:
      The resources.
    • getResourcesBytes

      com.google.protobuf.ByteString getResourcesBytes()
      string resources = 5;
      Returns:
      The bytes for resources.
    • getIp

      String getIp()
      string ip = 6;
      Returns:
      The ip.
    • getIpBytes

      com.google.protobuf.ByteString getIpBytes()
      string ip = 6;
      Returns:
      The bytes for ip.
    • getAgent

      String getAgent()
      string agent = 7;
      Returns:
      The agent.
    • getAgentBytes

      com.google.protobuf.ByteString getAgentBytes()
      string agent = 7;
      Returns:
      The bytes for agent.
    • getEntry

      String getEntry()
      string entry = 8;
      Returns:
      The entry.
    • getEntryBytes

      com.google.protobuf.ByteString getEntryBytes()
      string entry = 8;
      Returns:
      The bytes for entry.
    • getLevel

      int getLevel()
      int32 level = 9;
      Returns:
      The level.
    • getAppName

      String getAppName()
      string appName = 10;
      Returns:
      The appName.
    • getAppNameBytes

      com.google.protobuf.ByteString getAppNameBytes()
      string appName = 10;
      Returns:
      The bytes for appName.