All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wechat.protobuf.TenPayResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 8.0.48.01
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: wechat.proto

package wechat.protobuf;

public interface TenPayResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.TenPayResponse)
    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 tenpayErrType = 6;
   * @return Whether the tenpayErrType field is set.
   */
  boolean hasTenpayErrType();
  /**
   * optional int32 tenpayErrType = 6;
   * @return The tenpayErrType.
   */
  int getTenpayErrType();

  /**
   * optional string tenpayErrMsg = 7;
   * @return Whether the tenpayErrMsg field is set.
   */
  boolean hasTenpayErrMsg();
  /**
   * optional string tenpayErrMsg = 7;
   * @return The tenpayErrMsg.
   */
  java.lang.String getTenpayErrMsg();
  /**
   * optional string tenpayErrMsg = 7;
   * @return The bytes for tenpayErrMsg.
   */
  com.google.protobuf.ByteString
      getTenpayErrMsgBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy