wechat.protobuf.MicroMsgResponseNewOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface MicroMsgResponseNewOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.MicroMsgResponseNew)
com.google.protobuf.MessageOrBuilder {
/**
* optional uint32 ret = 1;
* @return Whether the ret field is set.
*/
boolean hasRet();
/**
* optional uint32 ret = 1;
* @return The ret.
*/
int getRet();
/**
* optional .wechat_proto.SKBuiltinString toUserName = 2;
* @return Whether the toUserName field is set.
*/
boolean hasToUserName();
/**
* optional .wechat_proto.SKBuiltinString toUserName = 2;
* @return The toUserName.
*/
wechat.protobuf.SKBuiltinString getToUserName();
/**
* optional .wechat_proto.SKBuiltinString toUserName = 2;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getToUserNameOrBuilder();
/**
* optional uint32 msgId = 3;
* @return Whether the msgId field is set.
*/
boolean hasMsgId();
/**
* optional uint32 msgId = 3;
* @return The msgId.
*/
int getMsgId();
/**
* optional uint32 clientMsgId = 4;
* @return Whether the clientMsgId field is set.
*/
boolean hasClientMsgId();
/**
* optional uint32 clientMsgId = 4;
* @return The clientMsgId.
*/
int getClientMsgId();
/**
* optional uint32 createTime = 5;
* @return Whether the createTime field is set.
*/
boolean hasCreateTime();
/**
* optional uint32 createTime = 5;
* @return The createTime.
*/
int getCreateTime();
/**
* optional uint32 serverTime = 6;
* @return Whether the serverTime field is set.
*/
boolean hasServerTime();
/**
* optional uint32 serverTime = 6;
* @return The serverTime.
*/
int getServerTime();
/**
* optional uint32 type = 7;
* @return Whether the type field is set.
*/
boolean hasType();
/**
* optional uint32 type = 7;
* @return The type.
*/
int getType();
/**
* optional uint64 newMsgId = 8;
* @return Whether the newMsgId field is set.
*/
boolean hasNewMsgId();
/**
* optional uint64 newMsgId = 8;
* @return The newMsgId.
*/
long getNewMsgId();
/**
* optional string msgSource = 9;
* @return Whether the msgSource field is set.
*/
boolean hasMsgSource();
/**
* optional string msgSource = 9;
* @return The msgSource.
*/
java.lang.String getMsgSource();
/**
* optional string msgSource = 9;
* @return The bytes for msgSource.
*/
com.google.protobuf.ByteString
getMsgSourceBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy