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

wechat.protobuf.UnknowGKOrBuilder 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 UnknowGKOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.UnknowGK)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional uint32 xch = 1;
   * @return Whether the xch field is set.
   */
  boolean hasXch();
  /**
   * optional uint32 xch = 1;
   * @return The xch.
   */
  int getXch();

  /**
   * optional .wechat_proto.SKBuiltinString_ xci = 2;
   * @return Whether the xci field is set.
   */
  boolean hasXci();
  /**
   * optional .wechat_proto.SKBuiltinString_ xci = 2;
   * @return The xci.
   */
  wechat.protobuf.SKBuiltinString_ getXci();
  /**
   * optional .wechat_proto.SKBuiltinString_ xci = 2;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getXciOrBuilder();

  /**
   * optional .wechat_proto.UnknowAVK xcj = 3;
   * @return Whether the xcj field is set.
   */
  boolean hasXcj();
  /**
   * optional .wechat_proto.UnknowAVK xcj = 3;
   * @return The xcj.
   */
  wechat.protobuf.UnknowAVK getXcj();
  /**
   * optional .wechat_proto.UnknowAVK xcj = 3;
   */
  wechat.protobuf.UnknowAVKOrBuilder getXcjOrBuilder();

  /**
   * optional uint32 xck = 4;
   * @return Whether the xck field is set.
   */
  boolean hasXck();
  /**
   * optional uint32 xck = 4;
   * @return The xck.
   */
  int getXck();

  /**
   * optional .wechat_proto.SKBuiltinString_ xcl = 5;
   * @return Whether the xcl field is set.
   */
  boolean hasXcl();
  /**
   * optional .wechat_proto.SKBuiltinString_ xcl = 5;
   * @return The xcl.
   */
  wechat.protobuf.SKBuiltinString_ getXcl();
  /**
   * optional .wechat_proto.SKBuiltinString_ xcl = 5;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getXclOrBuilder();

  /**
   * optional string xcm = 6;
   * @return Whether the xcm field is set.
   */
  boolean hasXcm();
  /**
   * optional string xcm = 6;
   * @return The xcm.
   */
  java.lang.String getXcm();
  /**
   * optional string xcm = 6;
   * @return The bytes for xcm.
   */
  com.google.protobuf.ByteString
      getXcmBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy