接口 BusinessLogProto.BusinessLogEventOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
BusinessLogProto
public static interface BusinessLogProto.BusinessLogEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明getAgent()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;从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getOperator
String getOperator()string operator = 1;- 返回:
- The operator.
-
getOperatorBytes
com.google.protobuf.ByteString getOperatorBytes()string operator = 1;- 返回:
- The bytes for operator.
-
getOperateAt
long getOperateAt()int64 operateAt = 2;- 返回:
- The operateAt.
-
getSummary
String getSummary()string summary = 3;- 返回:
- The summary.
-
getSummaryBytes
com.google.protobuf.ByteString getSummaryBytes()string summary = 3;- 返回:
- The bytes for summary.
-
getDetails
String getDetails()string details = 4;- 返回:
- The details.
-
getDetailsBytes
com.google.protobuf.ByteString getDetailsBytes()string details = 4;- 返回:
- The bytes for details.
-
getResources
String getResources()string resources = 5;- 返回:
- The resources.
-
getResourcesBytes
com.google.protobuf.ByteString getResourcesBytes()string resources = 5;- 返回:
- The bytes for resources.
-
getIp
String getIp()string ip = 6;- 返回:
- The ip.
-
getIpBytes
com.google.protobuf.ByteString getIpBytes()string ip = 6;- 返回:
- The bytes for ip.
-
getAgent
String getAgent()string agent = 7;- 返回:
- The agent.
-
getAgentBytes
com.google.protobuf.ByteString getAgentBytes()string agent = 7;- 返回:
- The bytes for agent.
-
getEntry
String getEntry()string entry = 8;- 返回:
- The entry.
-
getEntryBytes
com.google.protobuf.ByteString getEntryBytes()string entry = 8;- 返回:
- The bytes for entry.
-
getLevel
int getLevel()int32 level = 9;- 返回:
- The level.
-
getAppName
String getAppName()string appName = 10;- 返回:
- The appName.
-
getAppNameBytes
com.google.protobuf.ByteString getAppNameBytes()string appName = 10;- 返回:
- The bytes for appName.
-