Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
*
* string EndTime = 2;
* @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 DOMAINLIST_FIELD_NUMBER = 3;
private com.google.protobuf.LazyStringList domainList_;
/**
*
* 查询域名列表
*
*
* repeated string DomainList = 3;
* @return A list containing the domainList.
*/
public com.google.protobuf.ProtocolStringList
getDomainListList() {
return domainList_;
}
/**
*
* 查询域名列表
*
*
* repeated string DomainList = 3;
* @return The count of domainList.
*/
public int getDomainListCount() {
return domainList_.size();
}
/**
*
* 查询域名列表
*
*
* repeated string DomainList = 3;
* @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 = 3;
* @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 FILELIST_FIELD_NUMBER = 4;
private java.util.List fileList_;
/**
* repeated .Byteplus.Vod.Models.Business.DescribeVodPlayFileLogByDomainItem FileList = 4;
*/
@java.lang.Override
public java.util.List getFileListList() {
return fileList_;
}
/**
* repeated .Byteplus.Vod.Models.Business.DescribeVodPlayFileLogByDomainItem FileList = 4;
*/
@java.lang.Override
public java.util.List extends com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainItemOrBuilder>
getFileListOrBuilderList() {
return fileList_;
}
/**
* repeated .Byteplus.Vod.Models.Business.DescribeVodPlayFileLogByDomainItem FileList = 4;
*/
@java.lang.Override
public int getFileListCount() {
return fileList_.size();
}
/**
* repeated .Byteplus.Vod.Models.Business.DescribeVodPlayFileLogByDomainItem FileList = 4;
*/
@java.lang.Override
public com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainItem getFileList(int index) {
return fileList_.get(index);
}
/**
* repeated .Byteplus.Vod.Models.Business.DescribeVodPlayFileLogByDomainItem FileList = 4;
*/
@java.lang.Override
public com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainItemOrBuilder getFileListOrBuilder(
int index) {
return fileList_.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 {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(startTime_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, startTime_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(endTime_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, endTime_);
}
for (int i = 0; i < domainList_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, domainList_.getRaw(i));
}
for (int i = 0; i < fileList_.size(); i++) {
output.writeMessage(4, fileList_.get(i));
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(startTime_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, startTime_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(endTime_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, endTime_);
}
{
int dataSize = 0;
for (int i = 0; i < domainList_.size(); i++) {
dataSize += computeStringSizeNoTag(domainList_.getRaw(i));
}
size += dataSize;
size += 1 * getDomainListList().size();
}
for (int i = 0; i < fileList_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(4, fileList_.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.DescribeVodPlayFileLogByDomainResult)) {
return super.equals(obj);
}
com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainResult other = (com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainResult) obj;
if (!getStartTime()
.equals(other.getStartTime())) return false;
if (!getEndTime()
.equals(other.getEndTime())) return false;
if (!getDomainListList()
.equals(other.getDomainListList())) return false;
if (!getFileListList()
.equals(other.getFileListList())) 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();
hash = (37 * hash) + STARTTIME_FIELD_NUMBER;
hash = (53 * hash) + getStartTime().hashCode();
hash = (37 * hash) + ENDTIME_FIELD_NUMBER;
hash = (53 * hash) + getEndTime().hashCode();
if (getDomainListCount() > 0) {
hash = (37 * hash) + DOMAINLIST_FIELD_NUMBER;
hash = (53 * hash) + getDomainListList().hashCode();
}
if (getFileListCount() > 0) {
hash = (37 * hash) + FILELIST_FIELD_NUMBER;
hash = (53 * hash) + getFileListList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainResult parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainResult 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.DescribeVodPlayFileLogByDomainResult parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainResult 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.DescribeVodPlayFileLogByDomainResult parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainResult 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.DescribeVodPlayFileLogByDomainResult 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.DescribeVodPlayFileLogByDomainResult 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.DescribeVodPlayFileLogByDomainResult 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.DescribeVodPlayFileLogByDomainResult 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.DescribeVodPlayFileLogByDomainResult 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.DescribeVodPlayFileLogByDomainResult 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.DescribeVodPlayFileLogByDomainResult 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.DescribeVodPlayFileLogByDomainResult}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:Byteplus.Vod.Models.Business.DescribeVodPlayFileLogByDomainResult)
com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainResultOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.byteplus.service.vod.model.business.VodMeasure.internal_static_Byteplus_Vod_Models_Business_DescribeVodPlayFileLogByDomainResult_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.byteplus.service.vod.model.business.VodMeasure.internal_static_Byteplus_Vod_Models_Business_DescribeVodPlayFileLogByDomainResult_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainResult.class, com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainResult.Builder.class);
}
// Construct using com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainResult.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getFileListFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
startTime_ = "";
endTime_ = "";
domainList_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000001);
if (fileListBuilder_ == null) {
fileList_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000002);
} else {
fileListBuilder_.clear();
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.byteplus.service.vod.model.business.VodMeasure.internal_static_Byteplus_Vod_Models_Business_DescribeVodPlayFileLogByDomainResult_descriptor;
}
@java.lang.Override
public com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainResult getDefaultInstanceForType() {
return com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainResult.getDefaultInstance();
}
@java.lang.Override
public com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainResult build() {
com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainResult result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainResult buildPartial() {
com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainResult result = new com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainResult(this);
int from_bitField0_ = bitField0_;
result.startTime_ = startTime_;
result.endTime_ = endTime_;
if (((bitField0_ & 0x00000001) != 0)) {
domainList_ = domainList_.getUnmodifiableView();
bitField0_ = (bitField0_ & ~0x00000001);
}
result.domainList_ = domainList_;
if (fileListBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0)) {
fileList_ = java.util.Collections.unmodifiableList(fileList_);
bitField0_ = (bitField0_ & ~0x00000002);
}
result.fileList_ = fileList_;
} else {
result.fileList_ = fileListBuilder_.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.DescribeVodPlayFileLogByDomainResult) {
return mergeFrom((com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainResult)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainResult other) {
if (other == com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainResult.getDefaultInstance()) return this;
if (!other.getStartTime().isEmpty()) {
startTime_ = other.startTime_;
onChanged();
}
if (!other.getEndTime().isEmpty()) {
endTime_ = other.endTime_;
onChanged();
}
if (!other.domainList_.isEmpty()) {
if (domainList_.isEmpty()) {
domainList_ = other.domainList_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureDomainListIsMutable();
domainList_.addAll(other.domainList_);
}
onChanged();
}
if (fileListBuilder_ == null) {
if (!other.fileList_.isEmpty()) {
if (fileList_.isEmpty()) {
fileList_ = other.fileList_;
bitField0_ = (bitField0_ & ~0x00000002);
} else {
ensureFileListIsMutable();
fileList_.addAll(other.fileList_);
}
onChanged();
}
} else {
if (!other.fileList_.isEmpty()) {
if (fileListBuilder_.isEmpty()) {
fileListBuilder_.dispose();
fileListBuilder_ = null;
fileList_ = other.fileList_;
bitField0_ = (bitField0_ & ~0x00000002);
fileListBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getFileListFieldBuilder() : null;
} else {
fileListBuilder_.addAllMessages(other.fileList_);
}
}
}
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.DescribeVodPlayFileLogByDomainResult parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.byteplus.service.vod.model.business.DescribeVodPlayFileLogByDomainResult) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.lang.Object startTime_ = "";
/**
*
*
* string EndTime = 2;
* @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;
}
}
/**
*
* 查询的结束时间, rfc3339;起止时间间隔不超过93天
*
*
* string EndTime = 2;
* @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;
}
/**
*
* 查询的结束时间, rfc3339;起止时间间隔不超过93天
*
*
* string EndTime = 2;
* @return This builder for chaining.
*/
public Builder clearEndTime() {
endTime_ = getDefaultInstance().getEndTime();
onChanged();
return this;
}
/**
*
* 查询的结束时间, rfc3339;起止时间间隔不超过93天
*
*
* string EndTime = 2;
* @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 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 = 3;
* @return A list containing the domainList.
*/
public com.google.protobuf.ProtocolStringList
getDomainListList() {
return domainList_.getUnmodifiableView();
}
/**
*
* 查询域名列表
*
*
* repeated string DomainList = 3;
* @return The count of domainList.
*/
public int getDomainListCount() {
return domainList_.size();
}
/**
*
* 查询域名列表
*
*
* repeated string DomainList = 3;
* @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 = 3;
* @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 = 3;
* @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 = 3;
* @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 = 3;
* @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;
}
/**
*