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

wechat.protobuf.CDNDnsPortInfoOrBuilder Maven / Gradle / Ivy

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

package wechat.protobuf;

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

  /**
   * optional uint32 portNum = 1;
   * @return Whether the portNum field is set.
   */
  boolean hasPortNum();
  /**
   * optional uint32 portNum = 1;
   * @return The portNum.
   */
  int getPortNum();

  /**
   * repeated uint32 portList = 2;
   * @return A list containing the portList.
   */
  java.util.List getPortListList();
  /**
   * repeated uint32 portList = 2;
   * @return The count of portList.
   */
  int getPortListCount();
  /**
   * repeated uint32 portList = 2;
   * @param index The index of the element to return.
   * @return The portList at the given index.
   */
  int getPortList(int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy