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

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

  /**
   * optional uint32 flag = 1;
   * @return Whether the flag field is set.
   */
  boolean hasFlag();
  /**
   * optional uint32 flag = 1;
   * @return The flag.
   */
  int getFlag();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy