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

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

  /**
   * optional string origin = 1;
   * @return Whether the origin field is set.
   */
  boolean hasOrigin();
  /**
   * optional string origin = 1;
   * @return The origin.
   */
  java.lang.String getOrigin();
  /**
   * optional string origin = 1;
   * @return The bytes for origin.
   */
  com.google.protobuf.ByteString
      getOriginBytes();

  /**
   * optional string substitute = 2;
   * @return Whether the substitute field is set.
   */
  boolean hasSubstitute();
  /**
   * optional string substitute = 2;
   * @return The substitute.
   */
  java.lang.String getSubstitute();
  /**
   * optional string substitute = 2;
   * @return The bytes for substitute.
   */
  com.google.protobuf.ByteString
      getSubstituteBytes();

  /**
   * optional uint32 priority = 3;
   * @return Whether the priority field is set.
   */
  boolean hasPriority();
  /**
   * optional uint32 priority = 3;
   * @return The priority.
   */
  int getPriority();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy