
wechat.protobuf.RevokeMsgRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface RevokeMsgRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.RevokeMsgRequest)
com.google.protobuf.MessageOrBuilder {
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
* @return Whether the baseRequest field is set.
*/
boolean hasBaseRequest();
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
* @return The baseRequest.
*/
wechat.protobuf.BaseRequest getBaseRequest();
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
*/
wechat.protobuf.BaseRequestOrBuilder getBaseRequestOrBuilder();
/**
* optional string clientMsgId = 2;
* @return Whether the clientMsgId field is set.
*/
boolean hasClientMsgId();
/**
* optional string clientMsgId = 2;
* @return The clientMsgId.
*/
java.lang.String getClientMsgId();
/**
* optional string clientMsgId = 2;
* @return The bytes for clientMsgId.
*/
com.google.protobuf.ByteString
getClientMsgIdBytes();
/**
* optional uint32 newClientMsgId = 3;
* @return Whether the newClientMsgId field is set.
*/
boolean hasNewClientMsgId();
/**
* optional uint32 newClientMsgId = 3;
* @return The newClientMsgId.
*/
int getNewClientMsgId();
/**
* optional uint32 createTime = 4;
* @return Whether the createTime field is set.
*/
boolean hasCreateTime();
/**
* optional uint32 createTime = 4;
* @return The createTime.
*/
int getCreateTime();
/**
* optional uint32 svrMsgId = 5;
* @return Whether the svrMsgId field is set.
*/
boolean hasSvrMsgId();
/**
* optional uint32 svrMsgId = 5;
* @return The svrMsgId.
*/
int getSvrMsgId();
/**
* optional string fromUserName = 6;
* @return Whether the fromUserName field is set.
*/
boolean hasFromUserName();
/**
* optional string fromUserName = 6;
* @return The fromUserName.
*/
java.lang.String getFromUserName();
/**
* optional string fromUserName = 6;
* @return The bytes for fromUserName.
*/
com.google.protobuf.ByteString
getFromUserNameBytes();
/**
* optional string toUserName = 7;
* @return Whether the toUserName field is set.
*/
boolean hasToUserName();
/**
* optional string toUserName = 7;
* @return The toUserName.
*/
java.lang.String getToUserName();
/**
* optional string toUserName = 7;
* @return The bytes for toUserName.
*/
com.google.protobuf.ByteString
getToUserNameBytes();
/**
* optional uint32 indexOfRequest = 8;
* @return Whether the indexOfRequest field is set.
*/
boolean hasIndexOfRequest();
/**
* optional uint32 indexOfRequest = 8;
* @return The indexOfRequest.
*/
int getIndexOfRequest();
/**
* optional uint64 svrNewMsgId = 9;
* @return Whether the svrNewMsgId field is set.
*/
boolean hasSvrNewMsgId();
/**
* optional uint64 svrNewMsgId = 9;
* @return The svrNewMsgId.
*/
long getSvrNewMsgId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy