wechat.protobuf.UploadMsgImgResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface UploadMsgImgResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.UploadMsgImgResponse)
com.google.protobuf.MessageOrBuilder {
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
* @return Whether the baseResponse field is set.
*/
boolean hasBaseResponse();
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
* @return The baseResponse.
*/
wechat.protobuf.BaseResponse getBaseResponse();
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
*/
wechat.protobuf.BaseResponseOrBuilder getBaseResponseOrBuilder();
/**
* optional uint32 msgId = 2;
* @return Whether the msgId field is set.
*/
boolean hasMsgId();
/**
* optional uint32 msgId = 2;
* @return The msgId.
*/
int getMsgId();
/**
* optional .wechat_proto.SKBuiltinString clientImgId = 3;
* @return Whether the clientImgId field is set.
*/
boolean hasClientImgId();
/**
* optional .wechat_proto.SKBuiltinString clientImgId = 3;
* @return The clientImgId.
*/
wechat.protobuf.SKBuiltinString getClientImgId();
/**
* optional .wechat_proto.SKBuiltinString clientImgId = 3;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getClientImgIdOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString fromUserName = 4;
* @return Whether the fromUserName field is set.
*/
boolean hasFromUserName();
/**
* optional .wechat_proto.SKBuiltinString fromUserName = 4;
* @return The fromUserName.
*/
wechat.protobuf.SKBuiltinString getFromUserName();
/**
* optional .wechat_proto.SKBuiltinString fromUserName = 4;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getFromUserNameOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString toUserName = 5;
* @return Whether the toUserName field is set.
*/
boolean hasToUserName();
/**
* optional .wechat_proto.SKBuiltinString toUserName = 5;
* @return The toUserName.
*/
wechat.protobuf.SKBuiltinString getToUserName();
/**
* optional .wechat_proto.SKBuiltinString toUserName = 5;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getToUserNameOrBuilder();
/**
* optional uint32 totalLen = 6;
* @return Whether the totalLen field is set.
*/
boolean hasTotalLen();
/**
* optional uint32 totalLen = 6;
* @return The totalLen.
*/
int getTotalLen();
/**
* optional uint32 startPos = 7;
* @return Whether the startPos field is set.
*/
boolean hasStartPos();
/**
* optional uint32 startPos = 7;
* @return The startPos.
*/
int getStartPos();
/**
* optional uint32 dataLen = 8;
* @return Whether the dataLen field is set.
*/
boolean hasDataLen();
/**
* optional uint32 dataLen = 8;
* @return The dataLen.
*/
int getDataLen();
/**
* optional uint32 createTime = 9;
* @return Whether the createTime field is set.
*/
boolean hasCreateTime();
/**
* optional uint32 createTime = 9;
* @return The createTime.
*/
int getCreateTime();
/**
* optional int64 newMsgId = 10;
* @return Whether the newMsgId field is set.
*/
boolean hasNewMsgId();
/**
* optional int64 newMsgId = 10;
* @return The newMsgId.
*/
long getNewMsgId();
/**
* optional string aeskey = 11;
* @return Whether the aeskey field is set.
*/
boolean hasAeskey();
/**
* optional string aeskey = 11;
* @return The aeskey.
*/
java.lang.String getAeskey();
/**
* optional string aeskey = 11;
* @return The bytes for aeskey.
*/
com.google.protobuf.ByteString
getAeskeyBytes();
/**
* optional string fileId = 12;
* @return Whether the fileId field is set.
*/
boolean hasFileId();
/**
* optional string fileId = 12;
* @return The fileId.
*/
java.lang.String getFileId();
/**
* optional string fileId = 12;
* @return The bytes for fileId.
*/
com.google.protobuf.ByteString
getFileIdBytes();
/**
* optional string msgSource = 13;
* @return Whether the msgSource field is set.
*/
boolean hasMsgSource();
/**
* optional string msgSource = 13;
* @return The msgSource.
*/
java.lang.String getMsgSource();
/**
* optional string msgSource = 13;
* @return The bytes for msgSource.
*/
com.google.protobuf.ByteString
getMsgSourceBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy