程序包 onebot
接口 OnebotApi.GetRecordReqOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder
- 封闭类:
- OnebotApi
public static interface OnebotApi.GetRecordReqOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
方法概要
修饰符和类型 方法 说明 java.lang.StringgetFile()string file = 1;com.google.protobuf.ByteStringgetFileBytes()string file = 1;java.lang.StringgetOutFormat()string out_format = 2;com.google.protobuf.ByteStringgetOutFormatBytes()string out_format = 2;
-
方法详细资料
-
getFile
java.lang.String getFile()string file = 1; -
getFileBytes
com.google.protobuf.ByteString getFileBytes()string file = 1; -
getOutFormat
java.lang.String getOutFormat()string out_format = 2; -
getOutFormatBytes
com.google.protobuf.ByteString getOutFormatBytes()string out_format = 2;
-