接口 ListenerConf.ColHisOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- ListenerConf
public static interface ListenerConf.ColHisOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetCols(int index)repeated string cols = 3;com.google.protobuf.ByteStringgetColsBytes(int index)repeated string cols = 3;intgetColsCount()repeated string cols = 3;List<String>getColsList()repeated string cols = 3;StringgetColTypes(int index)字段类型,数据库字段 eg:varchar*StringgetColTypes2(int index)字段类型,数据库字段eg: varchar(255)*com.google.protobuf.ByteStringgetColTypes2Bytes(int index)字段类型,数据库字段eg: varchar(255)*intgetColTypes2Count()字段类型,数据库字段eg: varchar(255)*List<String>getColTypes2List()字段类型,数据库字段eg: varchar(255)*com.google.protobuf.ByteStringgetColTypesBytes(int index)字段类型,数据库字段 eg:varchar*intgetColTypesCount()字段类型,数据库字段 eg:varchar*List<String>getColTypesList()字段类型,数据库字段 eg:varchar*StringgetDb()string db = 1;com.google.protobuf.ByteStringgetDbBytes()string db = 1;intgetKeyIndex(int index)repeated int32 keyIndex = 6;intgetKeyIndexCount()repeated int32 keyIndex = 6;List<Integer>getKeyIndexList()repeated int32 keyIndex = 6;StringgetServerIp()string serverIp = 9;com.google.protobuf.ByteStringgetServerIpBytes()string serverIp = 9;StringgetTb()string tb = 2;com.google.protobuf.ByteStringgetTbBytes()string tb = 2;longgetTime()int64 time = 7;StringgetTimeStr()string timeStr = 8;com.google.protobuf.ByteStringgetTimeStrBytes()string timeStr = 8;
-
-
-
方法详细资料
-
getDb
String getDb()
string db = 1;
-
getDbBytes
com.google.protobuf.ByteString getDbBytes()
string db = 1;
-
getTb
String getTb()
string tb = 2;
-
getTbBytes
com.google.protobuf.ByteString getTbBytes()
string tb = 2;
-
getColsCount
int getColsCount()
repeated string cols = 3;
-
getCols
String getCols(int index)
repeated string cols = 3;
-
getColsBytes
com.google.protobuf.ByteString getColsBytes(int index)
repeated string cols = 3;
-
getColTypesCount
int getColTypesCount()
字段类型,数据库字段 eg:varchar*
repeated string ColTypes = 4;
-
getColTypes
String getColTypes(int index)
字段类型,数据库字段 eg:varchar*
repeated string ColTypes = 4;
-
getColTypesBytes
com.google.protobuf.ByteString getColTypesBytes(int index)
字段类型,数据库字段 eg:varchar*
repeated string ColTypes = 4;
-
getColTypes2List
List<String> getColTypes2List()
字段类型,数据库字段eg: varchar(255)*
repeated string ColTypes2 = 5;
-
getColTypes2Count
int getColTypes2Count()
字段类型,数据库字段eg: varchar(255)*
repeated string ColTypes2 = 5;
-
getColTypes2
String getColTypes2(int index)
字段类型,数据库字段eg: varchar(255)*
repeated string ColTypes2 = 5;
-
getColTypes2Bytes
com.google.protobuf.ByteString getColTypes2Bytes(int index)
字段类型,数据库字段eg: varchar(255)*
repeated string ColTypes2 = 5;
-
getKeyIndexCount
int getKeyIndexCount()
repeated int32 keyIndex = 6;
-
getKeyIndex
int getKeyIndex(int index)
repeated int32 keyIndex = 6;
-
getTime
long getTime()
int64 time = 7;
-
getTimeStr
String getTimeStr()
string timeStr = 8;
-
getTimeStrBytes
com.google.protobuf.ByteString getTimeStrBytes()
string timeStr = 8;
-
getServerIp
String getServerIp()
string serverIp = 9;
-
getServerIpBytes
com.google.protobuf.ByteString getServerIpBytes()
string serverIp = 9;
-
-