
wechat.protobuf.MicroMsgRequestNewOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface MicroMsgRequestNewOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.MicroMsgRequestNew)
com.google.protobuf.MessageOrBuilder {
/**
* optional .wechat_proto.SKBuiltinString toUserName = 1;
* @return Whether the toUserName field is set.
*/
boolean hasToUserName();
/**
* optional .wechat_proto.SKBuiltinString toUserName = 1;
* @return The toUserName.
*/
wechat.protobuf.SKBuiltinString getToUserName();
/**
* optional .wechat_proto.SKBuiltinString toUserName = 1;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getToUserNameOrBuilder();
/**
* optional string content = 2;
* @return Whether the content field is set.
*/
boolean hasContent();
/**
* optional string content = 2;
* @return The content.
*/
java.lang.String getContent();
/**
* optional string content = 2;
* @return The bytes for content.
*/
com.google.protobuf.ByteString
getContentBytes();
/**
* optional uint32 type = 3;
* @return Whether the type field is set.
*/
boolean hasType();
/**
* optional uint32 type = 3;
* @return The type.
*/
int getType();
/**
* optional uint32 createTime = 4;
* @return Whether the createTime field is set.
*/
boolean hasCreateTime();
/**
* optional uint32 createTime = 4;
* @return The createTime.
*/
int getCreateTime();
/**
* optional uint64 clientMsgId = 5;
* @return Whether the clientMsgId field is set.
*/
boolean hasClientMsgId();
/**
* optional uint64 clientMsgId = 5;
* @return The clientMsgId.
*/
long getClientMsgId();
/**
* optional string msgSource = 6;
* @return Whether the msgSource field is set.
*/
boolean hasMsgSource();
/**
* optional string msgSource = 6;
* @return The msgSource.
*/
java.lang.String getMsgSource();
/**
* optional string msgSource = 6;
* @return The bytes for msgSource.
*/
com.google.protobuf.ByteString
getMsgSourceBytes();
/**
* optional uint32 ctrlBit = 7;
* @return Whether the ctrlBit field is set.
*/
boolean hasCtrlBit();
/**
* optional uint32 ctrlBit = 7;
* @return The ctrlBit.
*/
int getCtrlBit();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy