com.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/business/vod_cdn.proto
package com.volcengine.service.vod.model.business;
/**
* Protobuf type {@code Volcengine.Vod.Models.Business.VodDescribeVodDomainBandwidthDataResult}
*/
public final class VodDescribeVodDomainBandwidthDataResult extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Volcengine.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;
domainInSpaceList_ = com.google.protobuf.LazyStringArrayList.EMPTY;
startTime_ = "";
endTime_ = "";
bandwidthType_ = "";
area_ = "";
regionList_ = com.google.protobuf.LazyStringArrayList.EMPTY;
peakBandwidthTime_ = "";
peak95BandwidthTime_ = "";
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();
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
domainInSpaceList_ = new com.google.protobuf.LazyStringArrayList();
mutable_bitField0_ |= 0x00000002;
}
domainInSpaceList_.add(s);
break;
}
case 26: {
java.lang.String s = input.readStringRequireUtf8();
startTime_ = s;
break;
}
case 34: {
java.lang.String s = input.readStringRequireUtf8();
endTime_ = s;
break;
}
case 40: {
aggregation_ = input.readInt32();
break;
}
case 50: {
java.lang.String s = input.readStringRequireUtf8();
bandwidthType_ = s;
break;
}
case 58: {
java.lang.String s = input.readStringRequireUtf8();
area_ = s;
break;
}
case 66: {
java.lang.String s = input.readStringRequireUtf8();
if (!((mutable_bitField0_ & 0x00000004) != 0)) {
regionList_ = new com.google.protobuf.LazyStringArrayList();
mutable_bitField0_ |= 0x00000004;
}
regionList_.add(s);
break;
}
case 73: {
peakBandwidth_ = input.readDouble();
break;
}
case 82: {
java.lang.String s = input.readStringRequireUtf8();
peakBandwidthTime_ = s;
break;
}
case 89: {
peak95Bandwidth_ = input.readDouble();
break;
}
case 98: {
java.lang.String s = input.readStringRequireUtf8();
peak95BandwidthTime_ = s;
break;
}
case 106: {
if (!((mutable_bitField0_ & 0x00000008) != 0)) {
bandwidthDataList_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000008;
}
bandwidthDataList_.add(
input.readMessage(com.volcengine.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)) {
domainInSpaceList_ = domainInSpaceList_.getUnmodifiableView();
}
if (((mutable_bitField0_ & 0x00000004) != 0)) {
regionList_ = regionList_.getUnmodifiableView();
}
if (((mutable_bitField0_ & 0x00000008) != 0)) {
bandwidthDataList_ = java.util.Collections.unmodifiableList(bandwidthDataList_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.volcengine.service.vod.model.business.VodCdn.internal_static_Volcengine_Vod_Models_Business_VodDescribeVodDomainBandwidthDataResult_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.volcengine.service.vod.model.business.VodCdn.internal_static_Volcengine_Vod_Models_Business_VodDescribeVodDomainBandwidthDataResult_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult.class, com.volcengine.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 DOMAININSPACELIST_FIELD_NUMBER = 2;
private com.google.protobuf.LazyStringList domainInSpaceList_;
/**
*
* 域名列表
*
*
* repeated string DomainInSpaceList = 2;
* @return A list containing the domainInSpaceList.
*/
public com.google.protobuf.ProtocolStringList
getDomainInSpaceListList() {
return domainInSpaceList_;
}
/**
*
* 域名列表
*
*
* repeated string DomainInSpaceList = 2;
* @return The count of domainInSpaceList.
*/
public int getDomainInSpaceListCount() {
return domainInSpaceList_.size();
}
/**
*
* 域名列表
*
*
* repeated string DomainInSpaceList = 2;
* @param index The index of the element to return.
* @return The domainInSpaceList at the given index.
*/
public java.lang.String getDomainInSpaceList(int index) {
return domainInSpaceList_.get(index);
}
/**
*
* 域名列表
*
*
* repeated string DomainInSpaceList = 2;
* @param index The index of the value to return.
* @return The bytes of the domainInSpaceList at the given index.
*/
public com.google.protobuf.ByteString
getDomainInSpaceListBytes(int index) {
return domainInSpaceList_.getByteString(index);
}
public static final int STARTTIME_FIELD_NUMBER = 3;
private volatile java.lang.Object startTime_;
/**
*
* 查询的起始时间
*
*
* string StartTime = 3;
* @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 = 3;
* @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 = 4;
private volatile java.lang.Object endTime_;
/**
*
* 查询的结束时间
*
*
* string EndTime = 4;
* @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 = 4;
* @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 = 5;
private int aggregation_;
/**
*
* 聚合的时间粒度
*
*
* int32 Aggregation = 5;
* @return The aggregation.
*/
@java.lang.Override
public int getAggregation() {
return aggregation_;
}
public static final int BANDWIDTHTYPE_FIELD_NUMBER = 6;
private volatile java.lang.Object bandwidthType_;
/**
*
* 默认是CDN,支持CDN、ECDN、ALL
*
*
* string BandwidthType = 6;
* @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、ECDN、ALL
*
*
* string BandwidthType = 6;
* @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 AREA_FIELD_NUMBER = 7;
private volatile java.lang.Object area_;
/**
*
* 区域
*
*
* string Area = 7;
* @return The area.
*/
@java.lang.Override
public java.lang.String getArea() {
java.lang.Object ref = area_;
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();
area_ = s;
return s;
}
}
/**
*
* 区域
*
*
* string Area = 7;
* @return The bytes for area.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getAreaBytes() {
java.lang.Object ref = area_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
area_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int REGIONLIST_FIELD_NUMBER = 8;
private com.google.protobuf.LazyStringList regionList_;
/**
*
* 空间所属区域
*
*
* repeated string RegionList = 8;
* @return A list containing the regionList.
*/
public com.google.protobuf.ProtocolStringList
getRegionListList() {
return regionList_;
}
/**
*
* 空间所属区域
*
*
* repeated string RegionList = 8;
* @return The count of regionList.
*/
public int getRegionListCount() {
return regionList_.size();
}
/**
*
* 空间所属区域
*
*
* repeated string RegionList = 8;
* @param index The index of the element to return.
* @return The regionList at the given index.
*/
public java.lang.String getRegionList(int index) {
return regionList_.get(index);
}
/**
*
* 空间所属区域
*
*
* repeated string RegionList = 8;
* @param index The index of the value to return.
* @return The bytes of the regionList at the given index.
*/
public com.google.protobuf.ByteString
getRegionListBytes(int index) {
return regionList_.getByteString(index);
}
public static final int PEAKBANDWIDTH_FIELD_NUMBER = 9;
private double peakBandwidth_;
/**
*
* 带宽峰值,单位为bps
*
*
* double PeakBandwidth = 9;
* @return The peakBandwidth.
*/
@java.lang.Override
public double getPeakBandwidth() {
return peakBandwidth_;
}
public static final int PEAKBANDWIDTHTIME_FIELD_NUMBER = 10;
private volatile java.lang.Object peakBandwidthTime_;
/**
*
* 带宽峰值出现的时间
*
*
* string PeakBandwidthTime = 10;
* @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 = 10;
* @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 PEAK95BANDWIDTH_FIELD_NUMBER = 11;
private double peak95Bandwidth_;
/**
*
* 带宽95峰值,单位为bps
*
*
* double Peak95Bandwidth = 11;
* @return The peak95Bandwidth.
*/
@java.lang.Override
public double getPeak95Bandwidth() {
return peak95Bandwidth_;
}
public static final int PEAK95BANDWIDTHTIME_FIELD_NUMBER = 12;
private volatile java.lang.Object peak95BandwidthTime_;
/**
*
* 带宽95峰值出现的时间
*
*
* string Peak95BandwidthTime = 12;
* @return The peak95BandwidthTime.
*/
@java.lang.Override
public java.lang.String getPeak95BandwidthTime() {
java.lang.Object ref = peak95BandwidthTime_;
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();
peak95BandwidthTime_ = s;
return s;
}
}
/**
*
* 带宽95峰值出现的时间
*
*
* string Peak95BandwidthTime = 12;
* @return The bytes for peak95BandwidthTime.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getPeak95BandwidthTimeBytes() {
java.lang.Object ref = peak95BandwidthTime_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
peak95BandwidthTime_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int BANDWIDTHDATALIST_FIELD_NUMBER = 13;
private java.util.List bandwidthDataList_;
/**
*
* 所有时间粒度数据
*
*
* repeated .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
@java.lang.Override
public java.util.List getBandwidthDataListList() {
return bandwidthDataList_;
}
/**
*
* 所有时间粒度数据
*
*
* repeated .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
@java.lang.Override
public java.util.List extends com.volcengine.service.vod.model.business.VodBandwidthDataOrBuilder>
getBandwidthDataListOrBuilderList() {
return bandwidthDataList_;
}
/**
*
* 所有时间粒度数据
*
*
* repeated .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
@java.lang.Override
public int getBandwidthDataListCount() {
return bandwidthDataList_.size();
}
/**
*
* 所有时间粒度数据
*
*
* repeated .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
@java.lang.Override
public com.volcengine.service.vod.model.business.VodBandwidthData getBandwidthDataList(int index) {
return bandwidthDataList_.get(index);
}
/**
*
* 所有时间粒度数据
*
*
* repeated .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
@java.lang.Override
public com.volcengine.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));
}
for (int i = 0; i < domainInSpaceList_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, domainInSpaceList_.getRaw(i));
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(startTime_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, startTime_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(endTime_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, endTime_);
}
if (aggregation_ != 0) {
output.writeInt32(5, aggregation_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(bandwidthType_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, bandwidthType_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(area_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 7, area_);
}
for (int i = 0; i < regionList_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, regionList_.getRaw(i));
}
if (java.lang.Double.doubleToRawLongBits(peakBandwidth_) != 0) {
output.writeDouble(9, peakBandwidth_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(peakBandwidthTime_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 10, peakBandwidthTime_);
}
if (java.lang.Double.doubleToRawLongBits(peak95Bandwidth_) != 0) {
output.writeDouble(11, peak95Bandwidth_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(peak95BandwidthTime_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 12, peak95BandwidthTime_);
}
for (int i = 0; i < bandwidthDataList_.size(); i++) {
output.writeMessage(13, 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();
}
{
int dataSize = 0;
for (int i = 0; i < domainInSpaceList_.size(); i++) {
dataSize += computeStringSizeNoTag(domainInSpaceList_.getRaw(i));
}
size += dataSize;
size += 1 * getDomainInSpaceListList().size();
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(startTime_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, startTime_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(endTime_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, endTime_);
}
if (aggregation_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(5, aggregation_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(bandwidthType_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, bandwidthType_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(area_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, area_);
}
{
int dataSize = 0;
for (int i = 0; i < regionList_.size(); i++) {
dataSize += computeStringSizeNoTag(regionList_.getRaw(i));
}
size += dataSize;
size += 1 * getRegionListList().size();
}
if (java.lang.Double.doubleToRawLongBits(peakBandwidth_) != 0) {
size += com.google.protobuf.CodedOutputStream
.computeDoubleSize(9, peakBandwidth_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(peakBandwidthTime_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, peakBandwidthTime_);
}
if (java.lang.Double.doubleToRawLongBits(peak95Bandwidth_) != 0) {
size += com.google.protobuf.CodedOutputStream
.computeDoubleSize(11, peak95Bandwidth_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(peak95BandwidthTime_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, peak95BandwidthTime_);
}
for (int i = 0; i < bandwidthDataList_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(13, 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.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult)) {
return super.equals(obj);
}
com.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult other = (com.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult) obj;
if (!getDomainListList()
.equals(other.getDomainListList())) return false;
if (!getDomainInSpaceListList()
.equals(other.getDomainInSpaceListList())) 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 (!getArea()
.equals(other.getArea())) return false;
if (!getRegionListList()
.equals(other.getRegionListList())) return false;
if (java.lang.Double.doubleToLongBits(getPeakBandwidth())
!= java.lang.Double.doubleToLongBits(
other.getPeakBandwidth())) return false;
if (!getPeakBandwidthTime()
.equals(other.getPeakBandwidthTime())) return false;
if (java.lang.Double.doubleToLongBits(getPeak95Bandwidth())
!= java.lang.Double.doubleToLongBits(
other.getPeak95Bandwidth())) return false;
if (!getPeak95BandwidthTime()
.equals(other.getPeak95BandwidthTime())) 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();
}
if (getDomainInSpaceListCount() > 0) {
hash = (37 * hash) + DOMAININSPACELIST_FIELD_NUMBER;
hash = (53 * hash) + getDomainInSpaceListList().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) + AREA_FIELD_NUMBER;
hash = (53 * hash) + getArea().hashCode();
if (getRegionListCount() > 0) {
hash = (37 * hash) + REGIONLIST_FIELD_NUMBER;
hash = (53 * hash) + getRegionListList().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();
hash = (37 * hash) + PEAK95BANDWIDTH_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
java.lang.Double.doubleToLongBits(getPeak95Bandwidth()));
hash = (37 * hash) + PEAK95BANDWIDTHTIME_FIELD_NUMBER;
hash = (53 * hash) + getPeak95BandwidthTime().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.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.volcengine.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.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.volcengine.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.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.volcengine.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.volcengine.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.volcengine.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.volcengine.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.volcengine.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.volcengine.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.volcengine.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.volcengine.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 Volcengine.Vod.Models.Business.VodDescribeVodDomainBandwidthDataResult}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:Volcengine.Vod.Models.Business.VodDescribeVodDomainBandwidthDataResult)
com.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResultOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.volcengine.service.vod.model.business.VodCdn.internal_static_Volcengine_Vod_Models_Business_VodDescribeVodDomainBandwidthDataResult_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.volcengine.service.vod.model.business.VodCdn.internal_static_Volcengine_Vod_Models_Business_VodDescribeVodDomainBandwidthDataResult_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult.class, com.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult.Builder.class);
}
// Construct using com.volcengine.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);
domainInSpaceList_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000002);
startTime_ = "";
endTime_ = "";
aggregation_ = 0;
bandwidthType_ = "";
area_ = "";
regionList_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000004);
peakBandwidth_ = 0D;
peakBandwidthTime_ = "";
peak95Bandwidth_ = 0D;
peak95BandwidthTime_ = "";
if (bandwidthDataListBuilder_ == null) {
bandwidthDataList_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000008);
} else {
bandwidthDataListBuilder_.clear();
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.volcengine.service.vod.model.business.VodCdn.internal_static_Volcengine_Vod_Models_Business_VodDescribeVodDomainBandwidthDataResult_descriptor;
}
@java.lang.Override
public com.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult getDefaultInstanceForType() {
return com.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult.getDefaultInstance();
}
@java.lang.Override
public com.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult build() {
com.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult buildPartial() {
com.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult result = new com.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult(this);
int from_bitField0_ = bitField0_;
if (((bitField0_ & 0x00000001) != 0)) {
domainList_ = domainList_.getUnmodifiableView();
bitField0_ = (bitField0_ & ~0x00000001);
}
result.domainList_ = domainList_;
if (((bitField0_ & 0x00000002) != 0)) {
domainInSpaceList_ = domainInSpaceList_.getUnmodifiableView();
bitField0_ = (bitField0_ & ~0x00000002);
}
result.domainInSpaceList_ = domainInSpaceList_;
result.startTime_ = startTime_;
result.endTime_ = endTime_;
result.aggregation_ = aggregation_;
result.bandwidthType_ = bandwidthType_;
result.area_ = area_;
if (((bitField0_ & 0x00000004) != 0)) {
regionList_ = regionList_.getUnmodifiableView();
bitField0_ = (bitField0_ & ~0x00000004);
}
result.regionList_ = regionList_;
result.peakBandwidth_ = peakBandwidth_;
result.peakBandwidthTime_ = peakBandwidthTime_;
result.peak95Bandwidth_ = peak95Bandwidth_;
result.peak95BandwidthTime_ = peak95BandwidthTime_;
if (bandwidthDataListBuilder_ == null) {
if (((bitField0_ & 0x00000008) != 0)) {
bandwidthDataList_ = java.util.Collections.unmodifiableList(bandwidthDataList_);
bitField0_ = (bitField0_ & ~0x00000008);
}
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.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult) {
return mergeFrom((com.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult other) {
if (other == com.volcengine.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.domainInSpaceList_.isEmpty()) {
if (domainInSpaceList_.isEmpty()) {
domainInSpaceList_ = other.domainInSpaceList_;
bitField0_ = (bitField0_ & ~0x00000002);
} else {
ensureDomainInSpaceListIsMutable();
domainInSpaceList_.addAll(other.domainInSpaceList_);
}
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.getArea().isEmpty()) {
area_ = other.area_;
onChanged();
}
if (!other.regionList_.isEmpty()) {
if (regionList_.isEmpty()) {
regionList_ = other.regionList_;
bitField0_ = (bitField0_ & ~0x00000004);
} else {
ensureRegionListIsMutable();
regionList_.addAll(other.regionList_);
}
onChanged();
}
if (other.getPeakBandwidth() != 0D) {
setPeakBandwidth(other.getPeakBandwidth());
}
if (!other.getPeakBandwidthTime().isEmpty()) {
peakBandwidthTime_ = other.peakBandwidthTime_;
onChanged();
}
if (other.getPeak95Bandwidth() != 0D) {
setPeak95Bandwidth(other.getPeak95Bandwidth());
}
if (!other.getPeak95BandwidthTime().isEmpty()) {
peak95BandwidthTime_ = other.peak95BandwidthTime_;
onChanged();
}
if (bandwidthDataListBuilder_ == null) {
if (!other.bandwidthDataList_.isEmpty()) {
if (bandwidthDataList_.isEmpty()) {
bandwidthDataList_ = other.bandwidthDataList_;
bitField0_ = (bitField0_ & ~0x00000008);
} else {
ensureBandwidthDataListIsMutable();
bandwidthDataList_.addAll(other.bandwidthDataList_);
}
onChanged();
}
} else {
if (!other.bandwidthDataList_.isEmpty()) {
if (bandwidthDataListBuilder_.isEmpty()) {
bandwidthDataListBuilder_.dispose();
bandwidthDataListBuilder_ = null;
bandwidthDataList_ = other.bandwidthDataList_;
bitField0_ = (bitField0_ & ~0x00000008);
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.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.volcengine.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 com.google.protobuf.LazyStringList domainInSpaceList_ = com.google.protobuf.LazyStringArrayList.EMPTY;
private void ensureDomainInSpaceListIsMutable() {
if (!((bitField0_ & 0x00000002) != 0)) {
domainInSpaceList_ = new com.google.protobuf.LazyStringArrayList(domainInSpaceList_);
bitField0_ |= 0x00000002;
}
}
/**
*
* 域名列表
*
*
* repeated string DomainInSpaceList = 2;
* @return A list containing the domainInSpaceList.
*/
public com.google.protobuf.ProtocolStringList
getDomainInSpaceListList() {
return domainInSpaceList_.getUnmodifiableView();
}
/**
*
* 域名列表
*
*
* repeated string DomainInSpaceList = 2;
* @return The count of domainInSpaceList.
*/
public int getDomainInSpaceListCount() {
return domainInSpaceList_.size();
}
/**
*
* 域名列表
*
*
* repeated string DomainInSpaceList = 2;
* @param index The index of the element to return.
* @return The domainInSpaceList at the given index.
*/
public java.lang.String getDomainInSpaceList(int index) {
return domainInSpaceList_.get(index);
}
/**
*
* 域名列表
*
*
* repeated string DomainInSpaceList = 2;
* @param index The index of the value to return.
* @return The bytes of the domainInSpaceList at the given index.
*/
public com.google.protobuf.ByteString
getDomainInSpaceListBytes(int index) {
return domainInSpaceList_.getByteString(index);
}
/**
*
* 域名列表
*
*
* repeated string DomainInSpaceList = 2;
* @param index The index to set the value at.
* @param value The domainInSpaceList to set.
* @return This builder for chaining.
*/
public Builder setDomainInSpaceList(
int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureDomainInSpaceListIsMutable();
domainInSpaceList_.set(index, value);
onChanged();
return this;
}
/**
*
* 域名列表
*
*
* repeated string DomainInSpaceList = 2;
* @param value The domainInSpaceList to add.
* @return This builder for chaining.
*/
public Builder addDomainInSpaceList(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureDomainInSpaceListIsMutable();
domainInSpaceList_.add(value);
onChanged();
return this;
}
/**
*
* 域名列表
*
*
* repeated string DomainInSpaceList = 2;
* @param values The domainInSpaceList to add.
* @return This builder for chaining.
*/
public Builder addAllDomainInSpaceList(
java.lang.Iterable values) {
ensureDomainInSpaceListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, domainInSpaceList_);
onChanged();
return this;
}
/**
*
* 域名列表
*
*
* repeated string DomainInSpaceList = 2;
* @return This builder for chaining.
*/
public Builder clearDomainInSpaceList() {
domainInSpaceList_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
*
* 域名列表
*
*
* repeated string DomainInSpaceList = 2;
* @param value The bytes of the domainInSpaceList to add.
* @return This builder for chaining.
*/
public Builder addDomainInSpaceListBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
ensureDomainInSpaceListIsMutable();
domainInSpaceList_.add(value);
onChanged();
return this;
}
private java.lang.Object startTime_ = "";
/**
*
* 查询的起始时间
*
*
* string StartTime = 3;
* @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 = 3;
* @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 = 3;
* @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 = 3;
* @return This builder for chaining.
*/
public Builder clearStartTime() {
startTime_ = getDefaultInstance().getStartTime();
onChanged();
return this;
}
/**
*
* 查询的起始时间
*
*
* string StartTime = 3;
* @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 = 4;
* @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 = 4;
* @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 = 4;
* @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 = 4;
* @return This builder for chaining.
*/
public Builder clearEndTime() {
endTime_ = getDefaultInstance().getEndTime();
onChanged();
return this;
}
/**
*
* 查询的结束时间
*
*
* string EndTime = 4;
* @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 = 5;
* @return The aggregation.
*/
@java.lang.Override
public int getAggregation() {
return aggregation_;
}
/**
*
* 聚合的时间粒度
*
*
* int32 Aggregation = 5;
* @param value The aggregation to set.
* @return This builder for chaining.
*/
public Builder setAggregation(int value) {
aggregation_ = value;
onChanged();
return this;
}
/**
*
* 聚合的时间粒度
*
*
* int32 Aggregation = 5;
* @return This builder for chaining.
*/
public Builder clearAggregation() {
aggregation_ = 0;
onChanged();
return this;
}
private java.lang.Object bandwidthType_ = "";
/**
*
* 默认是CDN,支持CDN、ECDN、ALL
*
*
* string BandwidthType = 6;
* @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、ECDN、ALL
*
*
* string BandwidthType = 6;
* @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、ECDN、ALL
*
*
* string BandwidthType = 6;
* @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、ECDN、ALL
*
*
* string BandwidthType = 6;
* @return This builder for chaining.
*/
public Builder clearBandwidthType() {
bandwidthType_ = getDefaultInstance().getBandwidthType();
onChanged();
return this;
}
/**
*
* 默认是CDN,支持CDN、ECDN、ALL
*
*
* string BandwidthType = 6;
* @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 java.lang.Object area_ = "";
/**
*
* 区域
*
*
* string Area = 7;
* @return The area.
*/
public java.lang.String getArea() {
java.lang.Object ref = area_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
area_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* 区域
*
*
* string Area = 7;
* @return The bytes for area.
*/
public com.google.protobuf.ByteString
getAreaBytes() {
java.lang.Object ref = area_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
area_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* 区域
*
*
* string Area = 7;
* @param value The area to set.
* @return This builder for chaining.
*/
public Builder setArea(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
area_ = value;
onChanged();
return this;
}
/**
*
* 区域
*
*
* string Area = 7;
* @return This builder for chaining.
*/
public Builder clearArea() {
area_ = getDefaultInstance().getArea();
onChanged();
return this;
}
/**
*
* 区域
*
*
* string Area = 7;
* @param value The bytes for area to set.
* @return This builder for chaining.
*/
public Builder setAreaBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
area_ = value;
onChanged();
return this;
}
private com.google.protobuf.LazyStringList regionList_ = com.google.protobuf.LazyStringArrayList.EMPTY;
private void ensureRegionListIsMutable() {
if (!((bitField0_ & 0x00000004) != 0)) {
regionList_ = new com.google.protobuf.LazyStringArrayList(regionList_);
bitField0_ |= 0x00000004;
}
}
/**
*
* 空间所属区域
*
*
* repeated string RegionList = 8;
* @return A list containing the regionList.
*/
public com.google.protobuf.ProtocolStringList
getRegionListList() {
return regionList_.getUnmodifiableView();
}
/**
*
* 空间所属区域
*
*
* repeated string RegionList = 8;
* @return The count of regionList.
*/
public int getRegionListCount() {
return regionList_.size();
}
/**
*
* 空间所属区域
*
*
* repeated string RegionList = 8;
* @param index The index of the element to return.
* @return The regionList at the given index.
*/
public java.lang.String getRegionList(int index) {
return regionList_.get(index);
}
/**
*
* 空间所属区域
*
*
* repeated string RegionList = 8;
* @param index The index of the value to return.
* @return The bytes of the regionList at the given index.
*/
public com.google.protobuf.ByteString
getRegionListBytes(int index) {
return regionList_.getByteString(index);
}
/**
*
* 空间所属区域
*
*
* repeated string RegionList = 8;
* @param index The index to set the value at.
* @param value The regionList to set.
* @return This builder for chaining.
*/
public Builder setRegionList(
int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureRegionListIsMutable();
regionList_.set(index, value);
onChanged();
return this;
}
/**
*
* 空间所属区域
*
*
* repeated string RegionList = 8;
* @param value The regionList to add.
* @return This builder for chaining.
*/
public Builder addRegionList(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureRegionListIsMutable();
regionList_.add(value);
onChanged();
return this;
}
/**
*
* 空间所属区域
*
*
* repeated string RegionList = 8;
* @param values The regionList to add.
* @return This builder for chaining.
*/
public Builder addAllRegionList(
java.lang.Iterable values) {
ensureRegionListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, regionList_);
onChanged();
return this;
}
/**
*
* 空间所属区域
*
*
* repeated string RegionList = 8;
* @return This builder for chaining.
*/
public Builder clearRegionList() {
regionList_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
*
* 空间所属区域
*
*
* repeated string RegionList = 8;
* @param value The bytes of the regionList to add.
* @return This builder for chaining.
*/
public Builder addRegionListBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
ensureRegionListIsMutable();
regionList_.add(value);
onChanged();
return this;
}
private double peakBandwidth_ ;
/**
*
* 带宽峰值,单位为bps
*
*
* double PeakBandwidth = 9;
* @return The peakBandwidth.
*/
@java.lang.Override
public double getPeakBandwidth() {
return peakBandwidth_;
}
/**
*
* 带宽峰值,单位为bps
*
*
* double PeakBandwidth = 9;
* @param value The peakBandwidth to set.
* @return This builder for chaining.
*/
public Builder setPeakBandwidth(double value) {
peakBandwidth_ = value;
onChanged();
return this;
}
/**
*
* 带宽峰值,单位为bps
*
*
* double PeakBandwidth = 9;
* @return This builder for chaining.
*/
public Builder clearPeakBandwidth() {
peakBandwidth_ = 0D;
onChanged();
return this;
}
private java.lang.Object peakBandwidthTime_ = "";
/**
*
* 带宽峰值出现的时间
*
*
* string PeakBandwidthTime = 10;
* @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 = 10;
* @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 = 10;
* @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 = 10;
* @return This builder for chaining.
*/
public Builder clearPeakBandwidthTime() {
peakBandwidthTime_ = getDefaultInstance().getPeakBandwidthTime();
onChanged();
return this;
}
/**
*
* 带宽峰值出现的时间
*
*
* string PeakBandwidthTime = 10;
* @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 double peak95Bandwidth_ ;
/**
*
* 带宽95峰值,单位为bps
*
*
* double Peak95Bandwidth = 11;
* @return The peak95Bandwidth.
*/
@java.lang.Override
public double getPeak95Bandwidth() {
return peak95Bandwidth_;
}
/**
*
* 带宽95峰值,单位为bps
*
*
* double Peak95Bandwidth = 11;
* @param value The peak95Bandwidth to set.
* @return This builder for chaining.
*/
public Builder setPeak95Bandwidth(double value) {
peak95Bandwidth_ = value;
onChanged();
return this;
}
/**
*
* 带宽95峰值,单位为bps
*
*
* double Peak95Bandwidth = 11;
* @return This builder for chaining.
*/
public Builder clearPeak95Bandwidth() {
peak95Bandwidth_ = 0D;
onChanged();
return this;
}
private java.lang.Object peak95BandwidthTime_ = "";
/**
*
* 带宽95峰值出现的时间
*
*
* string Peak95BandwidthTime = 12;
* @return The peak95BandwidthTime.
*/
public java.lang.String getPeak95BandwidthTime() {
java.lang.Object ref = peak95BandwidthTime_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
peak95BandwidthTime_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* 带宽95峰值出现的时间
*
*
* string Peak95BandwidthTime = 12;
* @return The bytes for peak95BandwidthTime.
*/
public com.google.protobuf.ByteString
getPeak95BandwidthTimeBytes() {
java.lang.Object ref = peak95BandwidthTime_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
peak95BandwidthTime_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* 带宽95峰值出现的时间
*
*
* string Peak95BandwidthTime = 12;
* @param value The peak95BandwidthTime to set.
* @return This builder for chaining.
*/
public Builder setPeak95BandwidthTime(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
peak95BandwidthTime_ = value;
onChanged();
return this;
}
/**
*
* 带宽95峰值出现的时间
*
*
* string Peak95BandwidthTime = 12;
* @return This builder for chaining.
*/
public Builder clearPeak95BandwidthTime() {
peak95BandwidthTime_ = getDefaultInstance().getPeak95BandwidthTime();
onChanged();
return this;
}
/**
*
* 带宽95峰值出现的时间
*
*
* string Peak95BandwidthTime = 12;
* @param value The bytes for peak95BandwidthTime to set.
* @return This builder for chaining.
*/
public Builder setPeak95BandwidthTimeBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
peak95BandwidthTime_ = value;
onChanged();
return this;
}
private java.util.List bandwidthDataList_ =
java.util.Collections.emptyList();
private void ensureBandwidthDataListIsMutable() {
if (!((bitField0_ & 0x00000008) != 0)) {
bandwidthDataList_ = new java.util.ArrayList(bandwidthDataList_);
bitField0_ |= 0x00000008;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.volcengine.service.vod.model.business.VodBandwidthData, com.volcengine.service.vod.model.business.VodBandwidthData.Builder, com.volcengine.service.vod.model.business.VodBandwidthDataOrBuilder> bandwidthDataListBuilder_;
/**
*
* 所有时间粒度数据
*
*
* repeated .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
public java.util.List getBandwidthDataListList() {
if (bandwidthDataListBuilder_ == null) {
return java.util.Collections.unmodifiableList(bandwidthDataList_);
} else {
return bandwidthDataListBuilder_.getMessageList();
}
}
/**
*
* 所有时间粒度数据
*
*
* repeated .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
public int getBandwidthDataListCount() {
if (bandwidthDataListBuilder_ == null) {
return bandwidthDataList_.size();
} else {
return bandwidthDataListBuilder_.getCount();
}
}
/**
*
* 所有时间粒度数据
*
*
* repeated .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
public com.volcengine.service.vod.model.business.VodBandwidthData getBandwidthDataList(int index) {
if (bandwidthDataListBuilder_ == null) {
return bandwidthDataList_.get(index);
} else {
return bandwidthDataListBuilder_.getMessage(index);
}
}
/**
*
* 所有时间粒度数据
*
*
* repeated .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
public Builder setBandwidthDataList(
int index, com.volcengine.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 .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
public Builder setBandwidthDataList(
int index, com.volcengine.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 .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
public Builder addBandwidthDataList(com.volcengine.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 .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
public Builder addBandwidthDataList(
int index, com.volcengine.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 .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
public Builder addBandwidthDataList(
com.volcengine.service.vod.model.business.VodBandwidthData.Builder builderForValue) {
if (bandwidthDataListBuilder_ == null) {
ensureBandwidthDataListIsMutable();
bandwidthDataList_.add(builderForValue.build());
onChanged();
} else {
bandwidthDataListBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
* 所有时间粒度数据
*
*
* repeated .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
public Builder addBandwidthDataList(
int index, com.volcengine.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 .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
public Builder addAllBandwidthDataList(
java.lang.Iterable extends com.volcengine.service.vod.model.business.VodBandwidthData> values) {
if (bandwidthDataListBuilder_ == null) {
ensureBandwidthDataListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, bandwidthDataList_);
onChanged();
} else {
bandwidthDataListBuilder_.addAllMessages(values);
}
return this;
}
/**
*
* 所有时间粒度数据
*
*
* repeated .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
public Builder clearBandwidthDataList() {
if (bandwidthDataListBuilder_ == null) {
bandwidthDataList_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
} else {
bandwidthDataListBuilder_.clear();
}
return this;
}
/**
*
* 所有时间粒度数据
*
*
* repeated .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
public Builder removeBandwidthDataList(int index) {
if (bandwidthDataListBuilder_ == null) {
ensureBandwidthDataListIsMutable();
bandwidthDataList_.remove(index);
onChanged();
} else {
bandwidthDataListBuilder_.remove(index);
}
return this;
}
/**
*
* 所有时间粒度数据
*
*
* repeated .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
public com.volcengine.service.vod.model.business.VodBandwidthData.Builder getBandwidthDataListBuilder(
int index) {
return getBandwidthDataListFieldBuilder().getBuilder(index);
}
/**
*
* 所有时间粒度数据
*
*
* repeated .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
public com.volcengine.service.vod.model.business.VodBandwidthDataOrBuilder getBandwidthDataListOrBuilder(
int index) {
if (bandwidthDataListBuilder_ == null) {
return bandwidthDataList_.get(index); } else {
return bandwidthDataListBuilder_.getMessageOrBuilder(index);
}
}
/**
*
* 所有时间粒度数据
*
*
* repeated .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
public java.util.List extends com.volcengine.service.vod.model.business.VodBandwidthDataOrBuilder>
getBandwidthDataListOrBuilderList() {
if (bandwidthDataListBuilder_ != null) {
return bandwidthDataListBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(bandwidthDataList_);
}
}
/**
*
* 所有时间粒度数据
*
*
* repeated .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
public com.volcengine.service.vod.model.business.VodBandwidthData.Builder addBandwidthDataListBuilder() {
return getBandwidthDataListFieldBuilder().addBuilder(
com.volcengine.service.vod.model.business.VodBandwidthData.getDefaultInstance());
}
/**
*
* 所有时间粒度数据
*
*
* repeated .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
public com.volcengine.service.vod.model.business.VodBandwidthData.Builder addBandwidthDataListBuilder(
int index) {
return getBandwidthDataListFieldBuilder().addBuilder(
index, com.volcengine.service.vod.model.business.VodBandwidthData.getDefaultInstance());
}
/**
*
* 所有时间粒度数据
*
*
* repeated .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
public java.util.List
getBandwidthDataListBuilderList() {
return getBandwidthDataListFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.volcengine.service.vod.model.business.VodBandwidthData, com.volcengine.service.vod.model.business.VodBandwidthData.Builder, com.volcengine.service.vod.model.business.VodBandwidthDataOrBuilder>
getBandwidthDataListFieldBuilder() {
if (bandwidthDataListBuilder_ == null) {
bandwidthDataListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
com.volcengine.service.vod.model.business.VodBandwidthData, com.volcengine.service.vod.model.business.VodBandwidthData.Builder, com.volcengine.service.vod.model.business.VodBandwidthDataOrBuilder>(
bandwidthDataList_,
((bitField0_ & 0x00000008) != 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:Volcengine.Vod.Models.Business.VodDescribeVodDomainBandwidthDataResult)
}
// @@protoc_insertion_point(class_scope:Volcengine.Vod.Models.Business.VodDescribeVodDomainBandwidthDataResult)
private static final com.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult();
}
public static com.volcengine.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.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResult getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy