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

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

  /**
   * optional uint32 ver = 1;
   * @return Whether the ver field is set.
   */
  boolean hasVer();
  /**
   * optional uint32 ver = 1;
   * @return The ver.
   */
  int getVer();

  /**
   * optional uint32 uin = 2;
   * @return Whether the uin field is set.
   */
  boolean hasUin();
  /**
   * optional uint32 uin = 2;
   * @return The uin.
   */
  int getUin();

  /**
   * optional uint32 expireTime = 3;
   * @return Whether the expireTime field is set.
   */
  boolean hasExpireTime();
  /**
   * optional uint32 expireTime = 3;
   * @return The expireTime.
   */
  int getExpireTime();

  /**
   * optional int32 frontId = 4;
   * @return Whether the frontId field is set.
   */
  boolean hasFrontId();
  /**
   * optional int32 frontId = 4;
   * @return The frontId.
   */
  int getFrontId();

  /**
   * optional int32 frontIpcount = 5;
   * @return Whether the frontIpcount field is set.
   */
  boolean hasFrontIpcount();
  /**
   * optional int32 frontIpcount = 5;
   * @return The frontIpcount.
   */
  int getFrontIpcount();

  /**
   * repeated .wechat_proto.SKBuiltinString frontIplist = 6;
   */
  java.util.List 
      getFrontIplistList();
  /**
   * repeated .wechat_proto.SKBuiltinString frontIplist = 6;
   */
  wechat.protobuf.SKBuiltinString getFrontIplist(int index);
  /**
   * repeated .wechat_proto.SKBuiltinString frontIplist = 6;
   */
  int getFrontIplistCount();
  /**
   * repeated .wechat_proto.SKBuiltinString frontIplist = 6;
   */
  java.util.List 
      getFrontIplistOrBuilderList();
  /**
   * repeated .wechat_proto.SKBuiltinString frontIplist = 6;
   */
  wechat.protobuf.SKBuiltinStringOrBuilder getFrontIplistOrBuilder(
      int index);

  /**
   * optional string zoneDomain = 7;
   * @return Whether the zoneDomain field is set.
   */
  boolean hasZoneDomain();
  /**
   * optional string zoneDomain = 7;
   * @return The zoneDomain.
   */
  java.lang.String getZoneDomain();
  /**
   * optional string zoneDomain = 7;
   * @return The bytes for zoneDomain.
   */
  com.google.protobuf.ByteString
      getZoneDomainBytes();

  /**
   * optional .wechat_proto.SKBuiltinString_ authKey = 8;
   * @return Whether the authKey field is set.
   */
  boolean hasAuthKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ authKey = 8;
   * @return The authKey.
   */
  wechat.protobuf.SKBuiltinString_ getAuthKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ authKey = 8;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getAuthKeyOrBuilder();

  /**
   * optional int32 zoneId = 9;
   * @return Whether the zoneId field is set.
   */
  boolean hasZoneId();
  /**
   * optional int32 zoneId = 9;
   * @return The zoneId.
   */
  int getZoneId();

  /**
   * optional int32 zoneIpcount = 10;
   * @return Whether the zoneIpcount field is set.
   */
  boolean hasZoneIpcount();
  /**
   * optional int32 zoneIpcount = 10;
   * @return The zoneIpcount.
   */
  int getZoneIpcount();

  /**
   * repeated .wechat_proto.SKBuiltinString zoneIplist = 11;
   */
  java.util.List 
      getZoneIplistList();
  /**
   * repeated .wechat_proto.SKBuiltinString zoneIplist = 11;
   */
  wechat.protobuf.SKBuiltinString getZoneIplist(int index);
  /**
   * repeated .wechat_proto.SKBuiltinString zoneIplist = 11;
   */
  int getZoneIplistCount();
  /**
   * repeated .wechat_proto.SKBuiltinString zoneIplist = 11;
   */
  java.util.List 
      getZoneIplistOrBuilderList();
  /**
   * repeated .wechat_proto.SKBuiltinString zoneIplist = 11;
   */
  wechat.protobuf.SKBuiltinStringOrBuilder getZoneIplistOrBuilder(
      int index);

  /**
   * repeated .wechat_proto.CDNDnsPortInfo frontIpportList = 12;
   */
  java.util.List 
      getFrontIpportListList();
  /**
   * repeated .wechat_proto.CDNDnsPortInfo frontIpportList = 12;
   */
  wechat.protobuf.CDNDnsPortInfo getFrontIpportList(int index);
  /**
   * repeated .wechat_proto.CDNDnsPortInfo frontIpportList = 12;
   */
  int getFrontIpportListCount();
  /**
   * repeated .wechat_proto.CDNDnsPortInfo frontIpportList = 12;
   */
  java.util.List 
      getFrontIpportListOrBuilderList();
  /**
   * repeated .wechat_proto.CDNDnsPortInfo frontIpportList = 12;
   */
  wechat.protobuf.CDNDnsPortInfoOrBuilder getFrontIpportListOrBuilder(
      int index);

  /**
   * repeated .wechat_proto.CDNDnsPortInfo zoneIpportList = 13;
   */
  java.util.List 
      getZoneIpportListList();
  /**
   * repeated .wechat_proto.CDNDnsPortInfo zoneIpportList = 13;
   */
  wechat.protobuf.CDNDnsPortInfo getZoneIpportList(int index);
  /**
   * repeated .wechat_proto.CDNDnsPortInfo zoneIpportList = 13;
   */
  int getZoneIpportListCount();
  /**
   * repeated .wechat_proto.CDNDnsPortInfo zoneIpportList = 13;
   */
  java.util.List 
      getZoneIpportListOrBuilderList();
  /**
   * repeated .wechat_proto.CDNDnsPortInfo zoneIpportList = 13;
   */
  wechat.protobuf.CDNDnsPortInfoOrBuilder getZoneIpportListOrBuilder(
      int index);

  /**
   * optional int32 frontIpportNum = 14;
   * @return Whether the frontIpportNum field is set.
   */
  boolean hasFrontIpportNum();
  /**
   * optional int32 frontIpportNum = 14;
   * @return The frontIpportNum.
   */
  int getFrontIpportNum();

  /**
   * optional int32 zoneIpportNum = 15;
   * @return Whether the zoneIpportNum field is set.
   */
  boolean hasZoneIpportNum();
  /**
   * optional int32 zoneIpportNum = 15;
   * @return The zoneIpportNum.
   */
  int getZoneIpportNum();

  /**
   * optional uint32 fakeUin = 16;
   * @return Whether the fakeUin field is set.
   */
  boolean hasFakeUin();
  /**
   * optional uint32 fakeUin = 16;
   * @return The fakeUin.
   */
  int getFakeUin();

  /**
   * optional .wechat_proto.SKBuiltinString_ newAuthKey = 17;
   * @return Whether the newAuthKey field is set.
   */
  boolean hasNewAuthKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ newAuthKey = 17;
   * @return The newAuthKey.
   */
  wechat.protobuf.SKBuiltinString_ getNewAuthKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ newAuthKey = 17;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getNewAuthKeyOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy