Package org.beangle.ems.log
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 TypeMethodDescriptiongetAgent()string agent = 7;com.google.protobuf.ByteStringstring agent = 7;string appName = 10;com.google.protobuf.ByteStringstring appName = 10;string details = 4;com.google.protobuf.ByteStringstring details = 4;getEntry()string entry = 8;com.google.protobuf.ByteStringstring entry = 8;getIp()string ip = 6;com.google.protobuf.ByteStringstring ip = 6;intgetLevel()int32 level = 9;longint64 operateAt = 2;string operator = 1;com.google.protobuf.ByteStringstring operator = 1;string resources = 5;com.google.protobuf.ByteStringstring resources = 5;string summary = 3;com.google.protobuf.ByteStringstring summary = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-