
wechat.protobuf.HongBaoResOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface HongBaoResOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.HongBaoRes)
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 .wechat_proto.SKBuiltinString_ retText = 2;
* @return Whether the retText field is set.
*/
boolean hasRetText();
/**
* optional .wechat_proto.SKBuiltinString_ retText = 2;
* @return The retText.
*/
wechat.protobuf.SKBuiltinString_ getRetText();
/**
* optional .wechat_proto.SKBuiltinString_ retText = 2;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getRetTextOrBuilder();
/**
* optional int32 platRet = 3;
* @return Whether the platRet field is set.
*/
boolean hasPlatRet();
/**
* optional int32 platRet = 3;
* @return The platRet.
*/
int getPlatRet();
/**
* optional string platMsg = 4;
* @return Whether the platMsg field is set.
*/
boolean hasPlatMsg();
/**
* optional string platMsg = 4;
* @return The platMsg.
*/
java.lang.String getPlatMsg();
/**
* optional string platMsg = 4;
* @return The bytes for platMsg.
*/
com.google.protobuf.ByteString
getPlatMsgBytes();
/**
* optional int32 cgiCmdid = 5;
* @return Whether the cgiCmdid field is set.
*/
boolean hasCgiCmdid();
/**
* optional int32 cgiCmdid = 5;
* @return The cgiCmdid.
*/
int getCgiCmdid();
/**
* optional int32 errorType = 6;
* @return Whether the errorType field is set.
*/
boolean hasErrorType();
/**
* optional int32 errorType = 6;
* @return The errorType.
*/
int getErrorType();
/**
* optional string errorMsg = 7;
* @return Whether the errorMsg field is set.
*/
boolean hasErrorMsg();
/**
* optional string errorMsg = 7;
* @return The errorMsg.
*/
java.lang.String getErrorMsg();
/**
* optional string errorMsg = 7;
* @return The bytes for errorMsg.
*/
com.google.protobuf.ByteString
getErrorMsgBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy