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

wechat.protobuf.VerifyUserValidTicketOrBuilder Maven / Gradle / Ivy

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

package wechat.protobuf;

public interface VerifyUserValidTicketOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.VerifyUserValidTicket)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string username = 1;
   * @return Whether the username field is set.
   */
  boolean hasUsername();
  /**
   * optional string username = 1;
   * @return The username.
   */
  java.lang.String getUsername();
  /**
   * optional string username = 1;
   * @return The bytes for username.
   */
  com.google.protobuf.ByteString
      getUsernameBytes();

  /**
   * optional string antispamticket = 2;
   * @return Whether the antispamticket field is set.
   */
  boolean hasAntispamticket();
  /**
   * optional string antispamticket = 2;
   * @return The antispamticket.
   */
  java.lang.String getAntispamticket();
  /**
   * optional string antispamticket = 2;
   * @return The bytes for antispamticket.
   */
  com.google.protobuf.ByteString
      getAntispamticketBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy