接口 Rudder.ResultOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
Rudder.Result,Rudder.Result.Builder
- 封闭类:
- Rudder
public static interface Rudder.ResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetInfo()string info = 1;com.google.protobuf.ByteStringgetInfoBytes()string info = 1;StringgetLog(int index)repeated string log = 2;com.google.protobuf.ByteStringgetLogBytes(int index)repeated string log = 2;intgetLogCount()repeated string log = 2;List<String>getLogList()repeated string log = 2;
-
-
-
方法详细资料
-
getInfo
String getInfo()
string info = 1;
-
getInfoBytes
com.google.protobuf.ByteString getInfoBytes()
string info = 1;
-
getLogCount
int getLogCount()
repeated string log = 2;
-
getLog
String getLog(int index)
repeated string log = 2;
-
getLogBytes
com.google.protobuf.ByteString getLogBytes(int index)
repeated string log = 2;
-
-