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

wechat.protobuf.ShowStyleKeyOrBuilder Maven / Gradle / Ivy

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

package wechat.protobuf;

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

  /**
   * optional uint32 keyNum = 1;
   * @return Whether the keyNum field is set.
   */
  boolean hasKeyNum();
  /**
   * optional uint32 keyNum = 1;
   * @return The keyNum.
   */
  int getKeyNum();

  /**
   * repeated .wechat_proto.StyleKeyVal key = 2;
   */
  java.util.List 
      getKeyList();
  /**
   * repeated .wechat_proto.StyleKeyVal key = 2;
   */
  wechat.protobuf.StyleKeyVal getKey(int index);
  /**
   * repeated .wechat_proto.StyleKeyVal key = 2;
   */
  int getKeyCount();
  /**
   * repeated .wechat_proto.StyleKeyVal key = 2;
   */
  java.util.List 
      getKeyOrBuilderList();
  /**
   * repeated .wechat_proto.StyleKeyVal key = 2;
   */
  wechat.protobuf.StyleKeyValOrBuilder getKeyOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy