
wechat.protobuf.EmojiUploadInfoRespOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface EmojiUploadInfoRespOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.EmojiUploadInfoResp)
com.google.protobuf.MessageOrBuilder {
/**
* required int32 Ret = 1;
* @return Whether the ret field is set.
*/
boolean hasRet();
/**
* required int32 Ret = 1;
* @return The ret.
*/
int getRet();
/**
* required int32 StartPos = 2;
* @return Whether the startPos field is set.
*/
boolean hasStartPos();
/**
* required int32 StartPos = 2;
* @return The startPos.
*/
int getStartPos();
/**
* required int32 TotalLen = 3;
* @return Whether the totalLen field is set.
*/
boolean hasTotalLen();
/**
* required int32 TotalLen = 3;
* @return The totalLen.
*/
int getTotalLen();
/**
* optional string MD5 = 4;
* @return Whether the mD5 field is set.
*/
boolean hasMD5();
/**
* optional string MD5 = 4;
* @return The mD5.
*/
java.lang.String getMD5();
/**
* optional string MD5 = 4;
* @return The bytes for mD5.
*/
com.google.protobuf.ByteString
getMD5Bytes();
/**
* required uint32 MsgID = 5;
* @return Whether the msgID field is set.
*/
boolean hasMsgID();
/**
* required uint32 MsgID = 5;
* @return The msgID.
*/
int getMsgID();
/**
* optional uint64 NewMsgId = 6;
* @return Whether the newMsgId field is set.
*/
boolean hasNewMsgId();
/**
* optional uint64 NewMsgId = 6;
* @return The newMsgId.
*/
long getNewMsgId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy