
wechat.protobuf.SendAppMsgResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface SendAppMsgResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.SendAppMsgResponse)
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 string appId = 2;
* @return Whether the appId field is set.
*/
boolean hasAppId();
/**
* optional string appId = 2;
* @return The appId.
*/
java.lang.String getAppId();
/**
* optional string appId = 2;
* @return The bytes for appId.
*/
com.google.protobuf.ByteString
getAppIdBytes();
/**
* optional string fromUserName = 3;
* @return Whether the fromUserName field is set.
*/
boolean hasFromUserName();
/**
* optional string fromUserName = 3;
* @return The fromUserName.
*/
java.lang.String getFromUserName();
/**
* optional string fromUserName = 3;
* @return The bytes for fromUserName.
*/
com.google.protobuf.ByteString
getFromUserNameBytes();
/**
* optional string toUserName = 4;
* @return Whether the toUserName field is set.
*/
boolean hasToUserName();
/**
* optional string toUserName = 4;
* @return The toUserName.
*/
java.lang.String getToUserName();
/**
* optional string toUserName = 4;
* @return The bytes for toUserName.
*/
com.google.protobuf.ByteString
getToUserNameBytes();
/**
* optional int32 msgId = 5;
* @return Whether the msgId field is set.
*/
boolean hasMsgId();
/**
* optional int32 msgId = 5;
* @return The msgId.
*/
int getMsgId();
/**
* optional string clientMsgId = 6;
* @return Whether the clientMsgId field is set.
*/
boolean hasClientMsgId();
/**
* optional string clientMsgId = 6;
* @return The clientMsgId.
*/
java.lang.String getClientMsgId();
/**
* optional string clientMsgId = 6;
* @return The bytes for clientMsgId.
*/
com.google.protobuf.ByteString
getClientMsgIdBytes();
/**
* optional int32 createTime = 7;
* @return Whether the createTime field is set.
*/
boolean hasCreateTime();
/**
* optional int32 createTime = 7;
* @return The createTime.
*/
int getCreateTime();
/**
* optional int32 type = 8;
* @return Whether the type field is set.
*/
boolean hasType();
/**
* optional int32 type = 8;
* @return The type.
*/
int getType();
/**
* optional int64 newMsgId = 9;
* @return Whether the newMsgId field is set.
*/
boolean hasNewMsgId();
/**
* optional int64 newMsgId = 9;
* @return The newMsgId.
*/
long getNewMsgId();
/**
* optional string aeskey = 10;
* @return Whether the aeskey field is set.
*/
boolean hasAeskey();
/**
* optional string aeskey = 10;
* @return The aeskey.
*/
java.lang.String getAeskey();
/**
* optional string aeskey = 10;
* @return The bytes for aeskey.
*/
com.google.protobuf.ByteString
getAeskeyBytes();
/**
* optional string msgSource = 11;
* @return Whether the msgSource field is set.
*/
boolean hasMsgSource();
/**
* optional string msgSource = 11;
* @return The msgSource.
*/
java.lang.String getMsgSource();
/**
* optional string msgSource = 11;
* @return The bytes for msgSource.
*/
com.google.protobuf.ByteString
getMsgSourceBytes();
/**
* optional int32 actionFlag = 12;
* @return Whether the actionFlag field is set.
*/
boolean hasActionFlag();
/**
* optional int32 actionFlag = 12;
* @return The actionFlag.
*/
int getActionFlag();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy