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

wechat.protobuf.RevokeMsgResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: wechat.proto

package wechat.protobuf;

public interface RevokeMsgResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.RevokeMsgResponse)
    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 introduction = 2;
   * @return Whether the introduction field is set.
   */
  boolean hasIntroduction();
  /**
   * optional string introduction = 2;
   * @return The introduction.
   */
  java.lang.String getIntroduction();
  /**
   * optional string introduction = 2;
   * @return The bytes for introduction.
   */
  com.google.protobuf.ByteString
      getIntroductionBytes();

  /**
   * optional string sysWording = 3;
   * @return Whether the sysWording field is set.
   */
  boolean hasSysWording();
  /**
   * optional string sysWording = 3;
   * @return The sysWording.
   */
  java.lang.String getSysWording();
  /**
   * optional string sysWording = 3;
   * @return The bytes for sysWording.
   */
  com.google.protobuf.ByteString
      getSysWordingBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy