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

com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: byteplus/vod/business/vod_cdn.proto

package com.byteplus.service.vod.model.business;

/**
 * Protobuf type {@code Byteplus.Vod.Models.Business.VodDescribeVodDomainBandwidthDataResult}
 */
public final class VodDescribeVodDomainBandwidthDataResult extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:Byteplus.Vod.Models.Business.VodDescribeVodDomainBandwidthDataResult)
    VodDescribeVodDomainBandwidthDataResultOrBuilder {
private static final long serialVersionUID = 0L;
  // Use VodDescribeVodDomainBandwidthDataResult.newBuilder() to construct.
  private VodDescribeVodDomainBandwidthDataResult(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private VodDescribeVodDomainBandwidthDataResult() {
    domainList_ = com.google.protobuf.LazyStringArrayList.EMPTY;
    startTime_ = "";
    endTime_ = "";
    bandwidthType_ = "";
    peakBandwidthTime_ = "";
    bandwidthDataList_ = java.util.Collections.emptyList();
  }

  @java.lang.Override
  @SuppressWarnings({"unused"})
  protected java.lang.Object newInstance(
      UnusedPrivateParameter unused) {
    return new VodDescribeVodDomainBandwidthDataResult();
  }

  @java.lang.Override
  public final com.google.protobuf.UnknownFieldSet
  getUnknownFields() {
    return this.unknownFields;
  }
  private VodDescribeVodDomainBandwidthDataResult(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    this();
    if (extensionRegistry == null) {
      throw new java.lang.NullPointerException();
    }
    int mutable_bitField0_ = 0;
    com.google.protobuf.UnknownFieldSet.Builder unknownFields =
        com.google.protobuf.UnknownFieldSet.newBuilder();
    try {
      boolean done = false;
      while (!done) {
        int tag = input.readTag();
        switch (tag) {
          case 0:
            done = true;
            break;
          case 10: {
            java.lang.String s = input.readStringRequireUtf8();
            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
              domainList_ = new com.google.protobuf.LazyStringArrayList();
              mutable_bitField0_ |= 0x00000001;
            }
            domainList_.add(s);
            break;
          }
          case 18: {
            java.lang.String s = input.readStringRequireUtf8();

            startTime_ = s;
            break;
          }
          case 26: {
            java.lang.String s = input.readStringRequireUtf8();

            endTime_ = s;
            break;
          }
          case 32: {

            aggregation_ = input.readInt32();
            break;
          }
          case 42: {
            java.lang.String s = input.readStringRequireUtf8();

            bandwidthType_ = s;
            break;
          }
          case 49: {

            peakBandwidth_ = input.readDouble();
            break;
          }
          case 58: {
            java.lang.String s = input.readStringRequireUtf8();

            peakBandwidthTime_ = s;
            break;
          }
          case 66: {
            if (!((mutable_bitField0_ & 0x00000002) != 0)) {
              bandwidthDataList_ = new java.util.ArrayList();
              mutable_bitField0_ |= 0x00000002;
            }
            bandwidthDataList_.add(
                input.readMessage(com.byteplus.service.vod.model.business.VodBandwidthData.parser(), extensionRegistry));
            break;
          }
          default: {
            if (!parseUnknownField(
                input, unknownFields, extensionRegistry, tag)) {
              done = true;
            }
            break;
          }
        }
      }
    } catch (com.google.protobuf.InvalidProtocolBufferException e) {
      throw e.setUnfinishedMessage(this);
    } catch (java.io.IOException e) {
      throw new com.google.protobuf.InvalidProtocolBufferException(
          e).setUnfinishedMessage(this);
    } finally {
      if (((mutable_bitField0_ & 0x00000001) != 0)) {
        domainList_ = domainList_.getUnmodifiableView();
      }
      if (((mutable_bitField0_ & 0x00000002) != 0)) {
        bandwidthDataList_ = java.util.Collections.unmodifiableList(bandwidthDataList_);
      }
      this.unknownFields = unknownFields.build();
      makeExtensionsImmutable();
    }
  }
  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return com.byteplus.service.vod.model.business.VodCdn.internal_static_Byteplus_Vod_Models_Business_VodDescribeVodDomainBandwidthDataResult_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return com.byteplus.service.vod.model.business.VodCdn.internal_static_Byteplus_Vod_Models_Business_VodDescribeVodDomainBandwidthDataResult_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult.class, com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult.Builder.class);
  }

  public static final int DOMAINLIST_FIELD_NUMBER = 1;
  private com.google.protobuf.LazyStringList domainList_;
  /**
   * 
   * 域名列表
   * 
* * repeated string DomainList = 1; * @return A list containing the domainList. */ public com.google.protobuf.ProtocolStringList getDomainListList() { return domainList_; } /** *
   * 域名列表
   * 
* * repeated string DomainList = 1; * @return The count of domainList. */ public int getDomainListCount() { return domainList_.size(); } /** *
   * 域名列表
   * 
* * repeated string DomainList = 1; * @param index The index of the element to return. * @return The domainList at the given index. */ public java.lang.String getDomainList(int index) { return domainList_.get(index); } /** *
   * 域名列表
   * 
* * repeated string DomainList = 1; * @param index The index of the value to return. * @return The bytes of the domainList at the given index. */ public com.google.protobuf.ByteString getDomainListBytes(int index) { return domainList_.getByteString(index); } public static final int STARTTIME_FIELD_NUMBER = 2; private volatile java.lang.Object startTime_; /** *
   * 查询的起始时间
   * 
* * string StartTime = 2; * @return The startTime. */ @java.lang.Override public java.lang.String getStartTime() { java.lang.Object ref = startTime_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); startTime_ = s; return s; } } /** *
   * 查询的起始时间
   * 
* * string StartTime = 2; * @return The bytes for startTime. */ @java.lang.Override public com.google.protobuf.ByteString getStartTimeBytes() { java.lang.Object ref = startTime_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); startTime_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ENDTIME_FIELD_NUMBER = 3; private volatile java.lang.Object endTime_; /** *
   * 查询的结束时间
   * 
* * string EndTime = 3; * @return The endTime. */ @java.lang.Override public java.lang.String getEndTime() { java.lang.Object ref = endTime_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); endTime_ = s; return s; } } /** *
   * 查询的结束时间
   * 
* * string EndTime = 3; * @return The bytes for endTime. */ @java.lang.Override public com.google.protobuf.ByteString getEndTimeBytes() { java.lang.Object ref = endTime_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); endTime_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int AGGREGATION_FIELD_NUMBER = 4; private int aggregation_; /** *
   * 聚合的时间粒度
   * 
* * int32 Aggregation = 4; * @return The aggregation. */ @java.lang.Override public int getAggregation() { return aggregation_; } public static final int BANDWIDTHTYPE_FIELD_NUMBER = 5; private volatile java.lang.Object bandwidthType_; /** *
   * 默认是CDN,支持CDN、PCDN、ALL
   * 
* * string BandwidthType = 5; * @return The bandwidthType. */ @java.lang.Override public java.lang.String getBandwidthType() { java.lang.Object ref = bandwidthType_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); bandwidthType_ = s; return s; } } /** *
   * 默认是CDN,支持CDN、PCDN、ALL
   * 
* * string BandwidthType = 5; * @return The bytes for bandwidthType. */ @java.lang.Override public com.google.protobuf.ByteString getBandwidthTypeBytes() { java.lang.Object ref = bandwidthType_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); bandwidthType_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int PEAKBANDWIDTH_FIELD_NUMBER = 6; private double peakBandwidth_; /** *
   * 带宽峰值,单位为Mbps
   * 
* * double PeakBandwidth = 6; * @return The peakBandwidth. */ @java.lang.Override public double getPeakBandwidth() { return peakBandwidth_; } public static final int PEAKBANDWIDTHTIME_FIELD_NUMBER = 7; private volatile java.lang.Object peakBandwidthTime_; /** *
   * 带宽峰值出现的时间
   * 
* * string PeakBandwidthTime = 7; * @return The peakBandwidthTime. */ @java.lang.Override public java.lang.String getPeakBandwidthTime() { java.lang.Object ref = peakBandwidthTime_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); peakBandwidthTime_ = s; return s; } } /** *
   * 带宽峰值出现的时间
   * 
* * string PeakBandwidthTime = 7; * @return The bytes for peakBandwidthTime. */ @java.lang.Override public com.google.protobuf.ByteString getPeakBandwidthTimeBytes() { java.lang.Object ref = peakBandwidthTime_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); peakBandwidthTime_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int BANDWIDTHDATALIST_FIELD_NUMBER = 8; private java.util.List bandwidthDataList_; /** *
   * 所有时间粒度数据
   * 
* * repeated .Byteplus.Vod.Models.Business.VodBandwidthData BandwidthDataList = 8; */ @java.lang.Override public java.util.List getBandwidthDataListList() { return bandwidthDataList_; } /** *
   * 所有时间粒度数据
   * 
* * repeated .Byteplus.Vod.Models.Business.VodBandwidthData BandwidthDataList = 8; */ @java.lang.Override public java.util.List getBandwidthDataListOrBuilderList() { return bandwidthDataList_; } /** *
   * 所有时间粒度数据
   * 
* * repeated .Byteplus.Vod.Models.Business.VodBandwidthData BandwidthDataList = 8; */ @java.lang.Override public int getBandwidthDataListCount() { return bandwidthDataList_.size(); } /** *
   * 所有时间粒度数据
   * 
* * repeated .Byteplus.Vod.Models.Business.VodBandwidthData BandwidthDataList = 8; */ @java.lang.Override public com.byteplus.service.vod.model.business.VodBandwidthData getBandwidthDataList(int index) { return bandwidthDataList_.get(index); } /** *
   * 所有时间粒度数据
   * 
* * repeated .Byteplus.Vod.Models.Business.VodBandwidthData BandwidthDataList = 8; */ @java.lang.Override public com.byteplus.service.vod.model.business.VodBandwidthDataOrBuilder getBandwidthDataListOrBuilder( int index) { return bandwidthDataList_.get(index); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < domainList_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, domainList_.getRaw(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(startTime_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, startTime_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(endTime_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, endTime_); } if (aggregation_ != 0) { output.writeInt32(4, aggregation_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(bandwidthType_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 5, bandwidthType_); } if (java.lang.Double.doubleToRawLongBits(peakBandwidth_) != 0) { output.writeDouble(6, peakBandwidth_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(peakBandwidthTime_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 7, peakBandwidthTime_); } for (int i = 0; i < bandwidthDataList_.size(); i++) { output.writeMessage(8, bandwidthDataList_.get(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < domainList_.size(); i++) { dataSize += computeStringSizeNoTag(domainList_.getRaw(i)); } size += dataSize; size += 1 * getDomainListList().size(); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(startTime_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, startTime_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(endTime_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, endTime_); } if (aggregation_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(4, aggregation_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(bandwidthType_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, bandwidthType_); } if (java.lang.Double.doubleToRawLongBits(peakBandwidth_) != 0) { size += com.google.protobuf.CodedOutputStream .computeDoubleSize(6, peakBandwidth_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(peakBandwidthTime_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, peakBandwidthTime_); } for (int i = 0; i < bandwidthDataList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, bandwidthDataList_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult)) { return super.equals(obj); } com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult other = (com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult) obj; if (!getDomainListList() .equals(other.getDomainListList())) return false; if (!getStartTime() .equals(other.getStartTime())) return false; if (!getEndTime() .equals(other.getEndTime())) return false; if (getAggregation() != other.getAggregation()) return false; if (!getBandwidthType() .equals(other.getBandwidthType())) return false; if (java.lang.Double.doubleToLongBits(getPeakBandwidth()) != java.lang.Double.doubleToLongBits( other.getPeakBandwidth())) return false; if (!getPeakBandwidthTime() .equals(other.getPeakBandwidthTime())) return false; if (!getBandwidthDataListList() .equals(other.getBandwidthDataListList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getDomainListCount() > 0) { hash = (37 * hash) + DOMAINLIST_FIELD_NUMBER; hash = (53 * hash) + getDomainListList().hashCode(); } hash = (37 * hash) + STARTTIME_FIELD_NUMBER; hash = (53 * hash) + getStartTime().hashCode(); hash = (37 * hash) + ENDTIME_FIELD_NUMBER; hash = (53 * hash) + getEndTime().hashCode(); hash = (37 * hash) + AGGREGATION_FIELD_NUMBER; hash = (53 * hash) + getAggregation(); hash = (37 * hash) + BANDWIDTHTYPE_FIELD_NUMBER; hash = (53 * hash) + getBandwidthType().hashCode(); hash = (37 * hash) + PEAKBANDWIDTH_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( java.lang.Double.doubleToLongBits(getPeakBandwidth())); hash = (37 * hash) + PEAKBANDWIDTHTIME_FIELD_NUMBER; hash = (53 * hash) + getPeakBandwidthTime().hashCode(); if (getBandwidthDataListCount() > 0) { hash = (37 * hash) + BANDWIDTHDATALIST_FIELD_NUMBER; hash = (53 * hash) + getBandwidthDataListList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code Byteplus.Vod.Models.Business.VodDescribeVodDomainBandwidthDataResult} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:Byteplus.Vod.Models.Business.VodDescribeVodDomainBandwidthDataResult) com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResultOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.byteplus.service.vod.model.business.VodCdn.internal_static_Byteplus_Vod_Models_Business_VodDescribeVodDomainBandwidthDataResult_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.byteplus.service.vod.model.business.VodCdn.internal_static_Byteplus_Vod_Models_Business_VodDescribeVodDomainBandwidthDataResult_fieldAccessorTable .ensureFieldAccessorsInitialized( com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult.class, com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult.Builder.class); } // Construct using com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getBandwidthDataListFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); domainList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); startTime_ = ""; endTime_ = ""; aggregation_ = 0; bandwidthType_ = ""; peakBandwidth_ = 0D; peakBandwidthTime_ = ""; if (bandwidthDataListBuilder_ == null) { bandwidthDataList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); } else { bandwidthDataListBuilder_.clear(); } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.byteplus.service.vod.model.business.VodCdn.internal_static_Byteplus_Vod_Models_Business_VodDescribeVodDomainBandwidthDataResult_descriptor; } @java.lang.Override public com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult getDefaultInstanceForType() { return com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult.getDefaultInstance(); } @java.lang.Override public com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult build() { com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult buildPartial() { com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult result = new com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult(this); int from_bitField0_ = bitField0_; if (((bitField0_ & 0x00000001) != 0)) { domainList_ = domainList_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000001); } result.domainList_ = domainList_; result.startTime_ = startTime_; result.endTime_ = endTime_; result.aggregation_ = aggregation_; result.bandwidthType_ = bandwidthType_; result.peakBandwidth_ = peakBandwidth_; result.peakBandwidthTime_ = peakBandwidthTime_; if (bandwidthDataListBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0)) { bandwidthDataList_ = java.util.Collections.unmodifiableList(bandwidthDataList_); bitField0_ = (bitField0_ & ~0x00000002); } result.bandwidthDataList_ = bandwidthDataList_; } else { result.bandwidthDataList_ = bandwidthDataListBuilder_.build(); } onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult) { return mergeFrom((com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult other) { if (other == com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult.getDefaultInstance()) return this; if (!other.domainList_.isEmpty()) { if (domainList_.isEmpty()) { domainList_ = other.domainList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureDomainListIsMutable(); domainList_.addAll(other.domainList_); } onChanged(); } if (!other.getStartTime().isEmpty()) { startTime_ = other.startTime_; onChanged(); } if (!other.getEndTime().isEmpty()) { endTime_ = other.endTime_; onChanged(); } if (other.getAggregation() != 0) { setAggregation(other.getAggregation()); } if (!other.getBandwidthType().isEmpty()) { bandwidthType_ = other.bandwidthType_; onChanged(); } if (other.getPeakBandwidth() != 0D) { setPeakBandwidth(other.getPeakBandwidth()); } if (!other.getPeakBandwidthTime().isEmpty()) { peakBandwidthTime_ = other.peakBandwidthTime_; onChanged(); } if (bandwidthDataListBuilder_ == null) { if (!other.bandwidthDataList_.isEmpty()) { if (bandwidthDataList_.isEmpty()) { bandwidthDataList_ = other.bandwidthDataList_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureBandwidthDataListIsMutable(); bandwidthDataList_.addAll(other.bandwidthDataList_); } onChanged(); } } else { if (!other.bandwidthDataList_.isEmpty()) { if (bandwidthDataListBuilder_.isEmpty()) { bandwidthDataListBuilder_.dispose(); bandwidthDataListBuilder_ = null; bandwidthDataList_ = other.bandwidthDataList_; bitField0_ = (bitField0_ & ~0x00000002); bandwidthDataListBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getBandwidthDataListFieldBuilder() : null; } else { bandwidthDataListBuilder_.addAllMessages(other.bandwidthDataList_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private com.google.protobuf.LazyStringList domainList_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureDomainListIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { domainList_ = new com.google.protobuf.LazyStringArrayList(domainList_); bitField0_ |= 0x00000001; } } /** *
     * 域名列表
     * 
* * repeated string DomainList = 1; * @return A list containing the domainList. */ public com.google.protobuf.ProtocolStringList getDomainListList() { return domainList_.getUnmodifiableView(); } /** *
     * 域名列表
     * 
* * repeated string DomainList = 1; * @return The count of domainList. */ public int getDomainListCount() { return domainList_.size(); } /** *
     * 域名列表
     * 
* * repeated string DomainList = 1; * @param index The index of the element to return. * @return The domainList at the given index. */ public java.lang.String getDomainList(int index) { return domainList_.get(index); } /** *
     * 域名列表
     * 
* * repeated string DomainList = 1; * @param index The index of the value to return. * @return The bytes of the domainList at the given index. */ public com.google.protobuf.ByteString getDomainListBytes(int index) { return domainList_.getByteString(index); } /** *
     * 域名列表
     * 
* * repeated string DomainList = 1; * @param index The index to set the value at. * @param value The domainList to set. * @return This builder for chaining. */ public Builder setDomainList( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureDomainListIsMutable(); domainList_.set(index, value); onChanged(); return this; } /** *
     * 域名列表
     * 
* * repeated string DomainList = 1; * @param value The domainList to add. * @return This builder for chaining. */ public Builder addDomainList( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureDomainListIsMutable(); domainList_.add(value); onChanged(); return this; } /** *
     * 域名列表
     * 
* * repeated string DomainList = 1; * @param values The domainList to add. * @return This builder for chaining. */ public Builder addAllDomainList( java.lang.Iterable values) { ensureDomainListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, domainList_); onChanged(); return this; } /** *
     * 域名列表
     * 
* * repeated string DomainList = 1; * @return This builder for chaining. */ public Builder clearDomainList() { domainList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
     * 域名列表
     * 
* * repeated string DomainList = 1; * @param value The bytes of the domainList to add. * @return This builder for chaining. */ public Builder addDomainListBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureDomainListIsMutable(); domainList_.add(value); onChanged(); return this; } private java.lang.Object startTime_ = ""; /** *
     * 查询的起始时间
     * 
* * string StartTime = 2; * @return The startTime. */ public java.lang.String getStartTime() { java.lang.Object ref = startTime_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); startTime_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * 查询的起始时间
     * 
* * string StartTime = 2; * @return The bytes for startTime. */ public com.google.protobuf.ByteString getStartTimeBytes() { java.lang.Object ref = startTime_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); startTime_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * 查询的起始时间
     * 
* * string StartTime = 2; * @param value The startTime to set. * @return This builder for chaining. */ public Builder setStartTime( java.lang.String value) { if (value == null) { throw new NullPointerException(); } startTime_ = value; onChanged(); return this; } /** *
     * 查询的起始时间
     * 
* * string StartTime = 2; * @return This builder for chaining. */ public Builder clearStartTime() { startTime_ = getDefaultInstance().getStartTime(); onChanged(); return this; } /** *
     * 查询的起始时间
     * 
* * string StartTime = 2; * @param value The bytes for startTime to set. * @return This builder for chaining. */ public Builder setStartTimeBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); startTime_ = value; onChanged(); return this; } private java.lang.Object endTime_ = ""; /** *
     * 查询的结束时间
     * 
* * string EndTime = 3; * @return The endTime. */ public java.lang.String getEndTime() { java.lang.Object ref = endTime_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); endTime_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * 查询的结束时间
     * 
* * string EndTime = 3; * @return The bytes for endTime. */ public com.google.protobuf.ByteString getEndTimeBytes() { java.lang.Object ref = endTime_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); endTime_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * 查询的结束时间
     * 
* * string EndTime = 3; * @param value The endTime to set. * @return This builder for chaining. */ public Builder setEndTime( java.lang.String value) { if (value == null) { throw new NullPointerException(); } endTime_ = value; onChanged(); return this; } /** *
     * 查询的结束时间
     * 
* * string EndTime = 3; * @return This builder for chaining. */ public Builder clearEndTime() { endTime_ = getDefaultInstance().getEndTime(); onChanged(); return this; } /** *
     * 查询的结束时间
     * 
* * string EndTime = 3; * @param value The bytes for endTime to set. * @return This builder for chaining. */ public Builder setEndTimeBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); endTime_ = value; onChanged(); return this; } private int aggregation_ ; /** *
     * 聚合的时间粒度
     * 
* * int32 Aggregation = 4; * @return The aggregation. */ @java.lang.Override public int getAggregation() { return aggregation_; } /** *
     * 聚合的时间粒度
     * 
* * int32 Aggregation = 4; * @param value The aggregation to set. * @return This builder for chaining. */ public Builder setAggregation(int value) { aggregation_ = value; onChanged(); return this; } /** *
     * 聚合的时间粒度
     * 
* * int32 Aggregation = 4; * @return This builder for chaining. */ public Builder clearAggregation() { aggregation_ = 0; onChanged(); return this; } private java.lang.Object bandwidthType_ = ""; /** *
     * 默认是CDN,支持CDN、PCDN、ALL
     * 
* * string BandwidthType = 5; * @return The bandwidthType. */ public java.lang.String getBandwidthType() { java.lang.Object ref = bandwidthType_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); bandwidthType_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * 默认是CDN,支持CDN、PCDN、ALL
     * 
* * string BandwidthType = 5; * @return The bytes for bandwidthType. */ public com.google.protobuf.ByteString getBandwidthTypeBytes() { java.lang.Object ref = bandwidthType_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); bandwidthType_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * 默认是CDN,支持CDN、PCDN、ALL
     * 
* * string BandwidthType = 5; * @param value The bandwidthType to set. * @return This builder for chaining. */ public Builder setBandwidthType( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bandwidthType_ = value; onChanged(); return this; } /** *
     * 默认是CDN,支持CDN、PCDN、ALL
     * 
* * string BandwidthType = 5; * @return This builder for chaining. */ public Builder clearBandwidthType() { bandwidthType_ = getDefaultInstance().getBandwidthType(); onChanged(); return this; } /** *
     * 默认是CDN,支持CDN、PCDN、ALL
     * 
* * string BandwidthType = 5; * @param value The bytes for bandwidthType to set. * @return This builder for chaining. */ public Builder setBandwidthTypeBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); bandwidthType_ = value; onChanged(); return this; } private double peakBandwidth_ ; /** *
     * 带宽峰值,单位为Mbps
     * 
* * double PeakBandwidth = 6; * @return The peakBandwidth. */ @java.lang.Override public double getPeakBandwidth() { return peakBandwidth_; } /** *
     * 带宽峰值,单位为Mbps
     * 
* * double PeakBandwidth = 6; * @param value The peakBandwidth to set. * @return This builder for chaining. */ public Builder setPeakBandwidth(double value) { peakBandwidth_ = value; onChanged(); return this; } /** *
     * 带宽峰值,单位为Mbps
     * 
* * double PeakBandwidth = 6; * @return This builder for chaining. */ public Builder clearPeakBandwidth() { peakBandwidth_ = 0D; onChanged(); return this; } private java.lang.Object peakBandwidthTime_ = ""; /** *
     * 带宽峰值出现的时间
     * 
* * string PeakBandwidthTime = 7; * @return The peakBandwidthTime. */ public java.lang.String getPeakBandwidthTime() { java.lang.Object ref = peakBandwidthTime_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); peakBandwidthTime_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * 带宽峰值出现的时间
     * 
* * string PeakBandwidthTime = 7; * @return The bytes for peakBandwidthTime. */ public com.google.protobuf.ByteString getPeakBandwidthTimeBytes() { java.lang.Object ref = peakBandwidthTime_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); peakBandwidthTime_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * 带宽峰值出现的时间
     * 
* * string PeakBandwidthTime = 7; * @param value The peakBandwidthTime to set. * @return This builder for chaining. */ public Builder setPeakBandwidthTime( java.lang.String value) { if (value == null) { throw new NullPointerException(); } peakBandwidthTime_ = value; onChanged(); return this; } /** *
     * 带宽峰值出现的时间
     * 
* * string PeakBandwidthTime = 7; * @return This builder for chaining. */ public Builder clearPeakBandwidthTime() { peakBandwidthTime_ = getDefaultInstance().getPeakBandwidthTime(); onChanged(); return this; } /** *
     * 带宽峰值出现的时间
     * 
* * string PeakBandwidthTime = 7; * @param value The bytes for peakBandwidthTime to set. * @return This builder for chaining. */ public Builder setPeakBandwidthTimeBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); peakBandwidthTime_ = value; onChanged(); return this; } private java.util.List bandwidthDataList_ = java.util.Collections.emptyList(); private void ensureBandwidthDataListIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { bandwidthDataList_ = new java.util.ArrayList(bandwidthDataList_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodBandwidthData, com.byteplus.service.vod.model.business.VodBandwidthData.Builder, com.byteplus.service.vod.model.business.VodBandwidthDataOrBuilder> bandwidthDataListBuilder_; /** *
     * 所有时间粒度数据
     * 
* * repeated .Byteplus.Vod.Models.Business.VodBandwidthData BandwidthDataList = 8; */ public java.util.List getBandwidthDataListList() { if (bandwidthDataListBuilder_ == null) { return java.util.Collections.unmodifiableList(bandwidthDataList_); } else { return bandwidthDataListBuilder_.getMessageList(); } } /** *
     * 所有时间粒度数据
     * 
* * repeated .Byteplus.Vod.Models.Business.VodBandwidthData BandwidthDataList = 8; */ public int getBandwidthDataListCount() { if (bandwidthDataListBuilder_ == null) { return bandwidthDataList_.size(); } else { return bandwidthDataListBuilder_.getCount(); } } /** *
     * 所有时间粒度数据
     * 
* * repeated .Byteplus.Vod.Models.Business.VodBandwidthData BandwidthDataList = 8; */ public com.byteplus.service.vod.model.business.VodBandwidthData getBandwidthDataList(int index) { if (bandwidthDataListBuilder_ == null) { return bandwidthDataList_.get(index); } else { return bandwidthDataListBuilder_.getMessage(index); } } /** *
     * 所有时间粒度数据
     * 
* * repeated .Byteplus.Vod.Models.Business.VodBandwidthData BandwidthDataList = 8; */ public Builder setBandwidthDataList( int index, com.byteplus.service.vod.model.business.VodBandwidthData value) { if (bandwidthDataListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureBandwidthDataListIsMutable(); bandwidthDataList_.set(index, value); onChanged(); } else { bandwidthDataListBuilder_.setMessage(index, value); } return this; } /** *
     * 所有时间粒度数据
     * 
* * repeated .Byteplus.Vod.Models.Business.VodBandwidthData BandwidthDataList = 8; */ public Builder setBandwidthDataList( int index, com.byteplus.service.vod.model.business.VodBandwidthData.Builder builderForValue) { if (bandwidthDataListBuilder_ == null) { ensureBandwidthDataListIsMutable(); bandwidthDataList_.set(index, builderForValue.build()); onChanged(); } else { bandwidthDataListBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * 所有时间粒度数据
     * 
* * repeated .Byteplus.Vod.Models.Business.VodBandwidthData BandwidthDataList = 8; */ public Builder addBandwidthDataList(com.byteplus.service.vod.model.business.VodBandwidthData value) { if (bandwidthDataListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureBandwidthDataListIsMutable(); bandwidthDataList_.add(value); onChanged(); } else { bandwidthDataListBuilder_.addMessage(value); } return this; } /** *
     * 所有时间粒度数据
     * 
* * repeated .Byteplus.Vod.Models.Business.VodBandwidthData BandwidthDataList = 8; */ public Builder addBandwidthDataList( int index, com.byteplus.service.vod.model.business.VodBandwidthData value) { if (bandwidthDataListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureBandwidthDataListIsMutable(); bandwidthDataList_.add(index, value); onChanged(); } else { bandwidthDataListBuilder_.addMessage(index, value); } return this; } /** *
     * 所有时间粒度数据
     * 
* * repeated .Byteplus.Vod.Models.Business.VodBandwidthData BandwidthDataList = 8; */ public Builder addBandwidthDataList( com.byteplus.service.vod.model.business.VodBandwidthData.Builder builderForValue) { if (bandwidthDataListBuilder_ == null) { ensureBandwidthDataListIsMutable(); bandwidthDataList_.add(builderForValue.build()); onChanged(); } else { bandwidthDataListBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * 所有时间粒度数据
     * 
* * repeated .Byteplus.Vod.Models.Business.VodBandwidthData BandwidthDataList = 8; */ public Builder addBandwidthDataList( int index, com.byteplus.service.vod.model.business.VodBandwidthData.Builder builderForValue) { if (bandwidthDataListBuilder_ == null) { ensureBandwidthDataListIsMutable(); bandwidthDataList_.add(index, builderForValue.build()); onChanged(); } else { bandwidthDataListBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * 所有时间粒度数据
     * 
* * repeated .Byteplus.Vod.Models.Business.VodBandwidthData BandwidthDataList = 8; */ public Builder addAllBandwidthDataList( java.lang.Iterable values) { if (bandwidthDataListBuilder_ == null) { ensureBandwidthDataListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, bandwidthDataList_); onChanged(); } else { bandwidthDataListBuilder_.addAllMessages(values); } return this; } /** *
     * 所有时间粒度数据
     * 
* * repeated .Byteplus.Vod.Models.Business.VodBandwidthData BandwidthDataList = 8; */ public Builder clearBandwidthDataList() { if (bandwidthDataListBuilder_ == null) { bandwidthDataList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { bandwidthDataListBuilder_.clear(); } return this; } /** *
     * 所有时间粒度数据
     * 
* * repeated .Byteplus.Vod.Models.Business.VodBandwidthData BandwidthDataList = 8; */ public Builder removeBandwidthDataList(int index) { if (bandwidthDataListBuilder_ == null) { ensureBandwidthDataListIsMutable(); bandwidthDataList_.remove(index); onChanged(); } else { bandwidthDataListBuilder_.remove(index); } return this; } /** *
     * 所有时间粒度数据
     * 
* * repeated .Byteplus.Vod.Models.Business.VodBandwidthData BandwidthDataList = 8; */ public com.byteplus.service.vod.model.business.VodBandwidthData.Builder getBandwidthDataListBuilder( int index) { return getBandwidthDataListFieldBuilder().getBuilder(index); } /** *
     * 所有时间粒度数据
     * 
* * repeated .Byteplus.Vod.Models.Business.VodBandwidthData BandwidthDataList = 8; */ public com.byteplus.service.vod.model.business.VodBandwidthDataOrBuilder getBandwidthDataListOrBuilder( int index) { if (bandwidthDataListBuilder_ == null) { return bandwidthDataList_.get(index); } else { return bandwidthDataListBuilder_.getMessageOrBuilder(index); } } /** *
     * 所有时间粒度数据
     * 
* * repeated .Byteplus.Vod.Models.Business.VodBandwidthData BandwidthDataList = 8; */ public java.util.List getBandwidthDataListOrBuilderList() { if (bandwidthDataListBuilder_ != null) { return bandwidthDataListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(bandwidthDataList_); } } /** *
     * 所有时间粒度数据
     * 
* * repeated .Byteplus.Vod.Models.Business.VodBandwidthData BandwidthDataList = 8; */ public com.byteplus.service.vod.model.business.VodBandwidthData.Builder addBandwidthDataListBuilder() { return getBandwidthDataListFieldBuilder().addBuilder( com.byteplus.service.vod.model.business.VodBandwidthData.getDefaultInstance()); } /** *
     * 所有时间粒度数据
     * 
* * repeated .Byteplus.Vod.Models.Business.VodBandwidthData BandwidthDataList = 8; */ public com.byteplus.service.vod.model.business.VodBandwidthData.Builder addBandwidthDataListBuilder( int index) { return getBandwidthDataListFieldBuilder().addBuilder( index, com.byteplus.service.vod.model.business.VodBandwidthData.getDefaultInstance()); } /** *
     * 所有时间粒度数据
     * 
* * repeated .Byteplus.Vod.Models.Business.VodBandwidthData BandwidthDataList = 8; */ public java.util.List getBandwidthDataListBuilderList() { return getBandwidthDataListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodBandwidthData, com.byteplus.service.vod.model.business.VodBandwidthData.Builder, com.byteplus.service.vod.model.business.VodBandwidthDataOrBuilder> getBandwidthDataListFieldBuilder() { if (bandwidthDataListBuilder_ == null) { bandwidthDataListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodBandwidthData, com.byteplus.service.vod.model.business.VodBandwidthData.Builder, com.byteplus.service.vod.model.business.VodBandwidthDataOrBuilder>( bandwidthDataList_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); bandwidthDataList_ = null; } return bandwidthDataListBuilder_; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:Byteplus.Vod.Models.Business.VodDescribeVodDomainBandwidthDataResult) } // @@protoc_insertion_point(class_scope:Byteplus.Vod.Models.Business.VodDescribeVodDomainBandwidthDataResult) private static final com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult(); } public static com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public VodDescribeVodDomainBandwidthDataResult parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new VodDescribeVodDomainBandwidthDataResult(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.byteplus.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy