Please wait. This can take some minutes ...
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.
com.byteplus.service.vod.model.business.VodAEDInfoForAudit Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/business/vod_media.proto
package com.byteplus.service.vod.model.business;
/**
* Protobuf type {@code Byteplus.Vod.Models.Business.VodAEDInfoForAudit}
*/
public final class VodAEDInfoForAudit extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Byteplus.Vod.Models.Business.VodAEDInfoForAudit)
VodAEDInfoForAuditOrBuilder {
private static final long serialVersionUID = 0L;
// Use VodAEDInfoForAudit.newBuilder() to construct.
private VodAEDInfoForAudit(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private VodAEDInfoForAudit() {
eventItems_ = java.util.Collections.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new VodAEDInfoForAudit();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private VodAEDInfoForAudit(
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: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
eventItems_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000001;
}
eventItems_.add(
input.readMessage(com.byteplus.service.vod.model.business.VodAEDEventItemForAudit.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)) {
eventItems_ = java.util.Collections.unmodifiableList(eventItems_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.byteplus.service.vod.model.business.VodMedia.internal_static_Byteplus_Vod_Models_Business_VodAEDInfoForAudit_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_VodAEDInfoForAudit_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.byteplus.service.vod.model.business.VodAEDInfoForAudit.class, com.byteplus.service.vod.model.business.VodAEDInfoForAudit.Builder.class);
}
public static final int EVENTITEMS_FIELD_NUMBER = 1;
private java.util.List eventItems_;
/**
*
* 识别出来的音频事件信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1;
*/
@java.lang.Override
public java.util.List getEventItemsList() {
return eventItems_;
}
/**
*
* 识别出来的音频事件信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1;
*/
@java.lang.Override
public java.util.List extends com.byteplus.service.vod.model.business.VodAEDEventItemForAuditOrBuilder>
getEventItemsOrBuilderList() {
return eventItems_;
}
/**
*
* 识别出来的音频事件信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1;
*/
@java.lang.Override
public int getEventItemsCount() {
return eventItems_.size();
}
/**
*
* 识别出来的音频事件信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1;
*/
@java.lang.Override
public com.byteplus.service.vod.model.business.VodAEDEventItemForAudit getEventItems(int index) {
return eventItems_.get(index);
}
/**
*
* 识别出来的音频事件信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1;
*/
@java.lang.Override
public com.byteplus.service.vod.model.business.VodAEDEventItemForAuditOrBuilder getEventItemsOrBuilder(
int index) {
return eventItems_.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 < eventItems_.size(); i++) {
output.writeMessage(1, eventItems_.get(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 < eventItems_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, eventItems_.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.VodAEDInfoForAudit)) {
return super.equals(obj);
}
com.byteplus.service.vod.model.business.VodAEDInfoForAudit other = (com.byteplus.service.vod.model.business.VodAEDInfoForAudit) obj;
if (!getEventItemsList()
.equals(other.getEventItemsList())) 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 (getEventItemsCount() > 0) {
hash = (37 * hash) + EVENTITEMS_FIELD_NUMBER;
hash = (53 * hash) + getEventItemsList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.byteplus.service.vod.model.business.VodAEDInfoForAudit parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.byteplus.service.vod.model.business.VodAEDInfoForAudit 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.VodAEDInfoForAudit parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.byteplus.service.vod.model.business.VodAEDInfoForAudit 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.VodAEDInfoForAudit parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.byteplus.service.vod.model.business.VodAEDInfoForAudit 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.VodAEDInfoForAudit 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.VodAEDInfoForAudit 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.VodAEDInfoForAudit 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.VodAEDInfoForAudit 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.VodAEDInfoForAudit 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.VodAEDInfoForAudit 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.VodAEDInfoForAudit 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.VodAEDInfoForAudit}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:Byteplus.Vod.Models.Business.VodAEDInfoForAudit)
com.byteplus.service.vod.model.business.VodAEDInfoForAuditOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.byteplus.service.vod.model.business.VodMedia.internal_static_Byteplus_Vod_Models_Business_VodAEDInfoForAudit_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_VodAEDInfoForAudit_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.byteplus.service.vod.model.business.VodAEDInfoForAudit.class, com.byteplus.service.vod.model.business.VodAEDInfoForAudit.Builder.class);
}
// Construct using com.byteplus.service.vod.model.business.VodAEDInfoForAudit.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getEventItemsFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
if (eventItemsBuilder_ == null) {
eventItems_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
} else {
eventItemsBuilder_.clear();
}
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_VodAEDInfoForAudit_descriptor;
}
@java.lang.Override
public com.byteplus.service.vod.model.business.VodAEDInfoForAudit getDefaultInstanceForType() {
return com.byteplus.service.vod.model.business.VodAEDInfoForAudit.getDefaultInstance();
}
@java.lang.Override
public com.byteplus.service.vod.model.business.VodAEDInfoForAudit build() {
com.byteplus.service.vod.model.business.VodAEDInfoForAudit result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.byteplus.service.vod.model.business.VodAEDInfoForAudit buildPartial() {
com.byteplus.service.vod.model.business.VodAEDInfoForAudit result = new com.byteplus.service.vod.model.business.VodAEDInfoForAudit(this);
int from_bitField0_ = bitField0_;
if (eventItemsBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)) {
eventItems_ = java.util.Collections.unmodifiableList(eventItems_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.eventItems_ = eventItems_;
} else {
result.eventItems_ = eventItemsBuilder_.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.VodAEDInfoForAudit) {
return mergeFrom((com.byteplus.service.vod.model.business.VodAEDInfoForAudit)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.byteplus.service.vod.model.business.VodAEDInfoForAudit other) {
if (other == com.byteplus.service.vod.model.business.VodAEDInfoForAudit.getDefaultInstance()) return this;
if (eventItemsBuilder_ == null) {
if (!other.eventItems_.isEmpty()) {
if (eventItems_.isEmpty()) {
eventItems_ = other.eventItems_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureEventItemsIsMutable();
eventItems_.addAll(other.eventItems_);
}
onChanged();
}
} else {
if (!other.eventItems_.isEmpty()) {
if (eventItemsBuilder_.isEmpty()) {
eventItemsBuilder_.dispose();
eventItemsBuilder_ = null;
eventItems_ = other.eventItems_;
bitField0_ = (bitField0_ & ~0x00000001);
eventItemsBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getEventItemsFieldBuilder() : null;
} else {
eventItemsBuilder_.addAllMessages(other.eventItems_);
}
}
}
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.VodAEDInfoForAudit parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.byteplus.service.vod.model.business.VodAEDInfoForAudit) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.util.List eventItems_ =
java.util.Collections.emptyList();
private void ensureEventItemsIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
eventItems_ = new java.util.ArrayList(eventItems_);
bitField0_ |= 0x00000001;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.byteplus.service.vod.model.business.VodAEDEventItemForAudit, com.byteplus.service.vod.model.business.VodAEDEventItemForAudit.Builder, com.byteplus.service.vod.model.business.VodAEDEventItemForAuditOrBuilder> eventItemsBuilder_;
/**
*
* 识别出来的音频事件信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1;
*/
public java.util.List getEventItemsList() {
if (eventItemsBuilder_ == null) {
return java.util.Collections.unmodifiableList(eventItems_);
} else {
return eventItemsBuilder_.getMessageList();
}
}
/**
*
* 识别出来的音频事件信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1;
*/
public int getEventItemsCount() {
if (eventItemsBuilder_ == null) {
return eventItems_.size();
} else {
return eventItemsBuilder_.getCount();
}
}
/**
*
* 识别出来的音频事件信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1;
*/
public com.byteplus.service.vod.model.business.VodAEDEventItemForAudit getEventItems(int index) {
if (eventItemsBuilder_ == null) {
return eventItems_.get(index);
} else {
return eventItemsBuilder_.getMessage(index);
}
}
/**
*
* 识别出来的音频事件信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1;
*/
public Builder setEventItems(
int index, com.byteplus.service.vod.model.business.VodAEDEventItemForAudit value) {
if (eventItemsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureEventItemsIsMutable();
eventItems_.set(index, value);
onChanged();
} else {
eventItemsBuilder_.setMessage(index, value);
}
return this;
}
/**
*
* 识别出来的音频事件信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1;
*/
public Builder setEventItems(
int index, com.byteplus.service.vod.model.business.VodAEDEventItemForAudit.Builder builderForValue) {
if (eventItemsBuilder_ == null) {
ensureEventItemsIsMutable();
eventItems_.set(index, builderForValue.build());
onChanged();
} else {
eventItemsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
*
* 识别出来的音频事件信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1;
*/
public Builder addEventItems(com.byteplus.service.vod.model.business.VodAEDEventItemForAudit value) {
if (eventItemsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureEventItemsIsMutable();
eventItems_.add(value);
onChanged();
} else {
eventItemsBuilder_.addMessage(value);
}
return this;
}
/**
*
* 识别出来的音频事件信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1;
*/
public Builder addEventItems(
int index, com.byteplus.service.vod.model.business.VodAEDEventItemForAudit value) {
if (eventItemsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureEventItemsIsMutable();
eventItems_.add(index, value);
onChanged();
} else {
eventItemsBuilder_.addMessage(index, value);
}
return this;
}
/**
*
* 识别出来的音频事件信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1;
*/
public Builder addEventItems(
com.byteplus.service.vod.model.business.VodAEDEventItemForAudit.Builder builderForValue) {
if (eventItemsBuilder_ == null) {
ensureEventItemsIsMutable();
eventItems_.add(builderForValue.build());
onChanged();
} else {
eventItemsBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
* 识别出来的音频事件信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1;
*/
public Builder addEventItems(
int index, com.byteplus.service.vod.model.business.VodAEDEventItemForAudit.Builder builderForValue) {
if (eventItemsBuilder_ == null) {
ensureEventItemsIsMutable();
eventItems_.add(index, builderForValue.build());
onChanged();
} else {
eventItemsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
*
* 识别出来的音频事件信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1;
*/
public Builder addAllEventItems(
java.lang.Iterable extends com.byteplus.service.vod.model.business.VodAEDEventItemForAudit> values) {
if (eventItemsBuilder_ == null) {
ensureEventItemsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, eventItems_);
onChanged();
} else {
eventItemsBuilder_.addAllMessages(values);
}
return this;
}
/**
*
* 识别出来的音频事件信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1;
*/
public Builder clearEventItems() {
if (eventItemsBuilder_ == null) {
eventItems_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
eventItemsBuilder_.clear();
}
return this;
}
/**
*
* 识别出来的音频事件信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1;
*/
public Builder removeEventItems(int index) {
if (eventItemsBuilder_ == null) {
ensureEventItemsIsMutable();
eventItems_.remove(index);
onChanged();
} else {
eventItemsBuilder_.remove(index);
}
return this;
}
/**
*
* 识别出来的音频事件信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1;
*/
public com.byteplus.service.vod.model.business.VodAEDEventItemForAudit.Builder getEventItemsBuilder(
int index) {
return getEventItemsFieldBuilder().getBuilder(index);
}
/**
*
* 识别出来的音频事件信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1;
*/
public com.byteplus.service.vod.model.business.VodAEDEventItemForAuditOrBuilder getEventItemsOrBuilder(
int index) {
if (eventItemsBuilder_ == null) {
return eventItems_.get(index); } else {
return eventItemsBuilder_.getMessageOrBuilder(index);
}
}
/**
*
* 识别出来的音频事件信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1;
*/
public java.util.List extends com.byteplus.service.vod.model.business.VodAEDEventItemForAuditOrBuilder>
getEventItemsOrBuilderList() {
if (eventItemsBuilder_ != null) {
return eventItemsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(eventItems_);
}
}
/**
*
* 识别出来的音频事件信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1;
*/
public com.byteplus.service.vod.model.business.VodAEDEventItemForAudit.Builder addEventItemsBuilder() {
return getEventItemsFieldBuilder().addBuilder(
com.byteplus.service.vod.model.business.VodAEDEventItemForAudit.getDefaultInstance());
}
/**
*
* 识别出来的音频事件信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1;
*/
public com.byteplus.service.vod.model.business.VodAEDEventItemForAudit.Builder addEventItemsBuilder(
int index) {
return getEventItemsFieldBuilder().addBuilder(
index, com.byteplus.service.vod.model.business.VodAEDEventItemForAudit.getDefaultInstance());
}
/**
*
* 识别出来的音频事件信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1;
*/
public java.util.List
getEventItemsBuilderList() {
return getEventItemsFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.byteplus.service.vod.model.business.VodAEDEventItemForAudit, com.byteplus.service.vod.model.business.VodAEDEventItemForAudit.Builder, com.byteplus.service.vod.model.business.VodAEDEventItemForAuditOrBuilder>
getEventItemsFieldBuilder() {
if (eventItemsBuilder_ == null) {
eventItemsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
com.byteplus.service.vod.model.business.VodAEDEventItemForAudit, com.byteplus.service.vod.model.business.VodAEDEventItemForAudit.Builder, com.byteplus.service.vod.model.business.VodAEDEventItemForAuditOrBuilder>(
eventItems_,
((bitField0_ & 0x00000001) != 0),
getParentForChildren(),
isClean());
eventItems_ = null;
}
return eventItemsBuilder_;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:Byteplus.Vod.Models.Business.VodAEDInfoForAudit)
}
// @@protoc_insertion_point(class_scope:Byteplus.Vod.Models.Business.VodAEDInfoForAudit)
private static final com.byteplus.service.vod.model.business.VodAEDInfoForAudit DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.byteplus.service.vod.model.business.VodAEDInfoForAudit();
}
public static com.byteplus.service.vod.model.business.VodAEDInfoForAudit getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public VodAEDInfoForAudit parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new VodAEDInfoForAudit(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.byteplus.service.vod.model.business.VodAEDInfoForAudit getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}