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.
*
* repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1;
*/
@java.lang.Override
public com.byteplus.service.vod.model.business.VodStoreUriGroupOrBuilder getStoreUriGroupsOrBuilder(
int index) {
return storeUriGroups_.get(index);
}
public static final int NOTEXISTVIDS_FIELD_NUMBER = 2;
private com.google.protobuf.LazyStringList notExistVids_;
/**
*
*不存在的视频VID列表
*
*
* repeated string NotExistVids = 2;
* @return A list containing the notExistVids.
*/
public com.google.protobuf.ProtocolStringList
getNotExistVidsList() {
return notExistVids_;
}
/**
*
*不存在的视频VID列表
*
*
* repeated string NotExistVids = 2;
* @return The count of notExistVids.
*/
public int getNotExistVidsCount() {
return notExistVids_.size();
}
/**
*
*不存在的视频VID列表
*
*
* repeated string NotExistVids = 2;
* @param index The index of the element to return.
* @return The notExistVids at the given index.
*/
public java.lang.String getNotExistVids(int index) {
return notExistVids_.get(index);
}
/**
*
*不存在的视频VID列表
*
*
* repeated string NotExistVids = 2;
* @param index The index of the value to return.
* @return The bytes of the notExistVids at the given index.
*/
public com.google.protobuf.ByteString
getNotExistVidsBytes(int index) {
return notExistVids_.getByteString(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 < storeUriGroups_.size(); i++) {
output.writeMessage(1, storeUriGroups_.get(i));
}
for (int i = 0; i < notExistVids_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, notExistVids_.getRaw(i));
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
for (int i = 0; i < storeUriGroups_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, storeUriGroups_.get(i));
}
{
int dataSize = 0;
for (int i = 0; i < notExistVids_.size(); i++) {
dataSize += computeStringSizeNoTag(notExistVids_.getRaw(i));
}
size += dataSize;
size += 1 * getNotExistVidsList().size();
}
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.VodGetRecPosterData)) {
return super.equals(obj);
}
com.byteplus.service.vod.model.business.VodGetRecPosterData other = (com.byteplus.service.vod.model.business.VodGetRecPosterData) obj;
if (!getStoreUriGroupsList()
.equals(other.getStoreUriGroupsList())) return false;
if (!getNotExistVidsList()
.equals(other.getNotExistVidsList())) 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 (getStoreUriGroupsCount() > 0) {
hash = (37 * hash) + STOREURIGROUPS_FIELD_NUMBER;
hash = (53 * hash) + getStoreUriGroupsList().hashCode();
}
if (getNotExistVidsCount() > 0) {
hash = (37 * hash) + NOTEXISTVIDS_FIELD_NUMBER;
hash = (53 * hash) + getNotExistVidsList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.byteplus.service.vod.model.business.VodGetRecPosterData parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.byteplus.service.vod.model.business.VodGetRecPosterData 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.VodGetRecPosterData parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.byteplus.service.vod.model.business.VodGetRecPosterData 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.VodGetRecPosterData parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.byteplus.service.vod.model.business.VodGetRecPosterData 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.VodGetRecPosterData 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.VodGetRecPosterData 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.VodGetRecPosterData 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.VodGetRecPosterData 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.VodGetRecPosterData 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.VodGetRecPosterData 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.VodGetRecPosterData 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.VodGetRecPosterData}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:Byteplus.Vod.Models.Business.VodGetRecPosterData)
com.byteplus.service.vod.model.business.VodGetRecPosterDataOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.byteplus.service.vod.model.business.VodMedia.internal_static_Byteplus_Vod_Models_Business_VodGetRecPosterData_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.byteplus.service.vod.model.business.VodMedia.internal_static_Byteplus_Vod_Models_Business_VodGetRecPosterData_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.byteplus.service.vod.model.business.VodGetRecPosterData.class, com.byteplus.service.vod.model.business.VodGetRecPosterData.Builder.class);
}
// Construct using com.byteplus.service.vod.model.business.VodGetRecPosterData.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getStoreUriGroupsFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
if (storeUriGroupsBuilder_ == null) {
storeUriGroups_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
} else {
storeUriGroupsBuilder_.clear();
}
notExistVids_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000002);
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.byteplus.service.vod.model.business.VodMedia.internal_static_Byteplus_Vod_Models_Business_VodGetRecPosterData_descriptor;
}
@java.lang.Override
public com.byteplus.service.vod.model.business.VodGetRecPosterData getDefaultInstanceForType() {
return com.byteplus.service.vod.model.business.VodGetRecPosterData.getDefaultInstance();
}
@java.lang.Override
public com.byteplus.service.vod.model.business.VodGetRecPosterData build() {
com.byteplus.service.vod.model.business.VodGetRecPosterData result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.byteplus.service.vod.model.business.VodGetRecPosterData buildPartial() {
com.byteplus.service.vod.model.business.VodGetRecPosterData result = new com.byteplus.service.vod.model.business.VodGetRecPosterData(this);
int from_bitField0_ = bitField0_;
if (storeUriGroupsBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)) {
storeUriGroups_ = java.util.Collections.unmodifiableList(storeUriGroups_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.storeUriGroups_ = storeUriGroups_;
} else {
result.storeUriGroups_ = storeUriGroupsBuilder_.build();
}
if (((bitField0_ & 0x00000002) != 0)) {
notExistVids_ = notExistVids_.getUnmodifiableView();
bitField0_ = (bitField0_ & ~0x00000002);
}
result.notExistVids_ = notExistVids_;
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.VodGetRecPosterData) {
return mergeFrom((com.byteplus.service.vod.model.business.VodGetRecPosterData)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.byteplus.service.vod.model.business.VodGetRecPosterData other) {
if (other == com.byteplus.service.vod.model.business.VodGetRecPosterData.getDefaultInstance()) return this;
if (storeUriGroupsBuilder_ == null) {
if (!other.storeUriGroups_.isEmpty()) {
if (storeUriGroups_.isEmpty()) {
storeUriGroups_ = other.storeUriGroups_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureStoreUriGroupsIsMutable();
storeUriGroups_.addAll(other.storeUriGroups_);
}
onChanged();
}
} else {
if (!other.storeUriGroups_.isEmpty()) {
if (storeUriGroupsBuilder_.isEmpty()) {
storeUriGroupsBuilder_.dispose();
storeUriGroupsBuilder_ = null;
storeUriGroups_ = other.storeUriGroups_;
bitField0_ = (bitField0_ & ~0x00000001);
storeUriGroupsBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getStoreUriGroupsFieldBuilder() : null;
} else {
storeUriGroupsBuilder_.addAllMessages(other.storeUriGroups_);
}
}
}
if (!other.notExistVids_.isEmpty()) {
if (notExistVids_.isEmpty()) {
notExistVids_ = other.notExistVids_;
bitField0_ = (bitField0_ & ~0x00000002);
} else {
ensureNotExistVidsIsMutable();
notExistVids_.addAll(other.notExistVids_);
}
onChanged();
}
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.VodGetRecPosterData parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.byteplus.service.vod.model.business.VodGetRecPosterData) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.util.List storeUriGroups_ =
java.util.Collections.emptyList();
private void ensureStoreUriGroupsIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
storeUriGroups_ = new java.util.ArrayList(storeUriGroups_);
bitField0_ |= 0x00000001;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.byteplus.service.vod.model.business.VodStoreUriGroup, com.byteplus.service.vod.model.business.VodStoreUriGroup.Builder, com.byteplus.service.vod.model.business.VodStoreUriGroupOrBuilder> storeUriGroupsBuilder_;
/**
*
*
* repeated string NotExistVids = 2;
* @return A list containing the notExistVids.
*/
public com.google.protobuf.ProtocolStringList
getNotExistVidsList() {
return notExistVids_.getUnmodifiableView();
}
/**
*
*不存在的视频VID列表
*
*
* repeated string NotExistVids = 2;
* @return The count of notExistVids.
*/
public int getNotExistVidsCount() {
return notExistVids_.size();
}
/**
*
*不存在的视频VID列表
*
*
* repeated string NotExistVids = 2;
* @param index The index of the element to return.
* @return The notExistVids at the given index.
*/
public java.lang.String getNotExistVids(int index) {
return notExistVids_.get(index);
}
/**
*
*不存在的视频VID列表
*
*
* repeated string NotExistVids = 2;
* @param index The index of the value to return.
* @return The bytes of the notExistVids at the given index.
*/
public com.google.protobuf.ByteString
getNotExistVidsBytes(int index) {
return notExistVids_.getByteString(index);
}
/**
*
*不存在的视频VID列表
*
*
* repeated string NotExistVids = 2;
* @param index The index to set the value at.
* @param value The notExistVids to set.
* @return This builder for chaining.
*/
public Builder setNotExistVids(
int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureNotExistVidsIsMutable();
notExistVids_.set(index, value);
onChanged();
return this;
}
/**
*
*不存在的视频VID列表
*
*
* repeated string NotExistVids = 2;
* @param value The notExistVids to add.
* @return This builder for chaining.
*/
public Builder addNotExistVids(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureNotExistVidsIsMutable();
notExistVids_.add(value);
onChanged();
return this;
}
/**
*
*不存在的视频VID列表
*
*
* repeated string NotExistVids = 2;
* @param values The notExistVids to add.
* @return This builder for chaining.
*/
public Builder addAllNotExistVids(
java.lang.Iterable values) {
ensureNotExistVidsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, notExistVids_);
onChanged();
return this;
}
/**
*