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

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

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

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

/**
 * Protobuf type {@code Byteplus.Vod.Models.Business.VodSnapshotData}
 */
public final class VodSnapshotData extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:Byteplus.Vod.Models.Business.VodSnapshotData)
    VodSnapshotDataOrBuilder {
private static final long serialVersionUID = 0L;
  // Use VodSnapshotData.newBuilder() to construct.
  private VodSnapshotData(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private VodSnapshotData() {
    spaceName_ = "";
    vid_ = "";
    posterSnapshots_ = java.util.Collections.emptyList();
    dynpostSnapshots_ = java.util.Collections.emptyList();
    animatedPosterSnapshots_ = java.util.Collections.emptyList();
    aiDynpostSnapshots_ = java.util.Collections.emptyList();
    spriteSnapshots_ = java.util.Collections.emptyList();
    vSamplePosterSnapshots_ = java.util.Collections.emptyList();
  }

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

  @java.lang.Override
  public final com.google.protobuf.UnknownFieldSet
  getUnknownFields() {
    return this.unknownFields;
  }
  private VodSnapshotData(
      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();

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

            vid_ = s;
            break;
          }
          case 26: {
            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
              posterSnapshots_ = new java.util.ArrayList();
              mutable_bitField0_ |= 0x00000001;
            }
            posterSnapshots_.add(
                input.readMessage(com.byteplus.service.vod.model.business.VodSnapshot.parser(), extensionRegistry));
            break;
          }
          case 34: {
            if (!((mutable_bitField0_ & 0x00000002) != 0)) {
              dynpostSnapshots_ = new java.util.ArrayList();
              mutable_bitField0_ |= 0x00000002;
            }
            dynpostSnapshots_.add(
                input.readMessage(com.byteplus.service.vod.model.business.VodSnapshot.parser(), extensionRegistry));
            break;
          }
          case 42: {
            if (!((mutable_bitField0_ & 0x00000004) != 0)) {
              animatedPosterSnapshots_ = new java.util.ArrayList();
              mutable_bitField0_ |= 0x00000004;
            }
            animatedPosterSnapshots_.add(
                input.readMessage(com.byteplus.service.vod.model.business.VodSnapshot.parser(), extensionRegistry));
            break;
          }
          case 50: {
            if (!((mutable_bitField0_ & 0x00000008) != 0)) {
              aiDynpostSnapshots_ = new java.util.ArrayList();
              mutable_bitField0_ |= 0x00000008;
            }
            aiDynpostSnapshots_.add(
                input.readMessage(com.byteplus.service.vod.model.business.VodSnapshot.parser(), extensionRegistry));
            break;
          }
          case 58: {
            if (!((mutable_bitField0_ & 0x00000010) != 0)) {
              spriteSnapshots_ = new java.util.ArrayList();
              mutable_bitField0_ |= 0x00000010;
            }
            spriteSnapshots_.add(
                input.readMessage(com.byteplus.service.vod.model.business.VodSpriteSnapshot.parser(), extensionRegistry));
            break;
          }
          case 66: {
            if (!((mutable_bitField0_ & 0x00000020) != 0)) {
              vSamplePosterSnapshots_ = new java.util.ArrayList();
              mutable_bitField0_ |= 0x00000020;
            }
            vSamplePosterSnapshots_.add(
                input.readMessage(com.byteplus.service.vod.model.business.VodSamplePosterSnapshot.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)) {
        posterSnapshots_ = java.util.Collections.unmodifiableList(posterSnapshots_);
      }
      if (((mutable_bitField0_ & 0x00000002) != 0)) {
        dynpostSnapshots_ = java.util.Collections.unmodifiableList(dynpostSnapshots_);
      }
      if (((mutable_bitField0_ & 0x00000004) != 0)) {
        animatedPosterSnapshots_ = java.util.Collections.unmodifiableList(animatedPosterSnapshots_);
      }
      if (((mutable_bitField0_ & 0x00000008) != 0)) {
        aiDynpostSnapshots_ = java.util.Collections.unmodifiableList(aiDynpostSnapshots_);
      }
      if (((mutable_bitField0_ & 0x00000010) != 0)) {
        spriteSnapshots_ = java.util.Collections.unmodifiableList(spriteSnapshots_);
      }
      if (((mutable_bitField0_ & 0x00000020) != 0)) {
        vSamplePosterSnapshots_ = java.util.Collections.unmodifiableList(vSamplePosterSnapshots_);
      }
      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_VodSnapshotData_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_VodSnapshotData_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            com.byteplus.service.vod.model.business.VodSnapshotData.class, com.byteplus.service.vod.model.business.VodSnapshotData.Builder.class);
  }

  public static final int SPACENAME_FIELD_NUMBER = 1;
  private volatile java.lang.Object spaceName_;
  /**
   * 
   *空间名
   * 
* * string SpaceName = 1; * @return The spaceName. */ @java.lang.Override public java.lang.String getSpaceName() { java.lang.Object ref = spaceName_; 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(); spaceName_ = s; return s; } } /** *
   *空间名
   * 
* * string SpaceName = 1; * @return The bytes for spaceName. */ @java.lang.Override public com.google.protobuf.ByteString getSpaceNameBytes() { java.lang.Object ref = spaceName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); spaceName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int VID_FIELD_NUMBER = 2; private volatile java.lang.Object vid_; /** *
   *视频ID
   * 
* * string Vid = 2; * @return The vid. */ @java.lang.Override public java.lang.String getVid() { java.lang.Object ref = vid_; 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(); vid_ = s; return s; } } /** *
   *视频ID
   * 
* * string Vid = 2; * @return The bytes for vid. */ @java.lang.Override public com.google.protobuf.ByteString getVidBytes() { java.lang.Object ref = vid_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); vid_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int POSTERSNAPSHOTS_FIELD_NUMBER = 3; private java.util.List posterSnapshots_; /** *
   *单张静图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot PosterSnapshots = 3; */ @java.lang.Override public java.util.List getPosterSnapshotsList() { return posterSnapshots_; } /** *
   *单张静图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot PosterSnapshots = 3; */ @java.lang.Override public java.util.List getPosterSnapshotsOrBuilderList() { return posterSnapshots_; } /** *
   *单张静图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot PosterSnapshots = 3; */ @java.lang.Override public int getPosterSnapshotsCount() { return posterSnapshots_.size(); } /** *
   *单张静图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot PosterSnapshots = 3; */ @java.lang.Override public com.byteplus.service.vod.model.business.VodSnapshot getPosterSnapshots(int index) { return posterSnapshots_.get(index); } /** *
   *单张静图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot PosterSnapshots = 3; */ @java.lang.Override public com.byteplus.service.vod.model.business.VodSnapshotOrBuilder getPosterSnapshotsOrBuilder( int index) { return posterSnapshots_.get(index); } public static final int DYNPOSTSNAPSHOTS_FIELD_NUMBER = 4; private java.util.List dynpostSnapshots_; /** *
   *普通动图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot DynpostSnapshots = 4; */ @java.lang.Override public java.util.List getDynpostSnapshotsList() { return dynpostSnapshots_; } /** *
   *普通动图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot DynpostSnapshots = 4; */ @java.lang.Override public java.util.List getDynpostSnapshotsOrBuilderList() { return dynpostSnapshots_; } /** *
   *普通动图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot DynpostSnapshots = 4; */ @java.lang.Override public int getDynpostSnapshotsCount() { return dynpostSnapshots_.size(); } /** *
   *普通动图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot DynpostSnapshots = 4; */ @java.lang.Override public com.byteplus.service.vod.model.business.VodSnapshot getDynpostSnapshots(int index) { return dynpostSnapshots_.get(index); } /** *
   *普通动图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot DynpostSnapshots = 4; */ @java.lang.Override public com.byteplus.service.vod.model.business.VodSnapshotOrBuilder getDynpostSnapshotsOrBuilder( int index) { return dynpostSnapshots_.get(index); } public static final int ANIMATEDPOSTERSNAPSHOTS_FIELD_NUMBER = 5; private java.util.List animatedPosterSnapshots_; /** *
   *循环动图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AnimatedPosterSnapshots = 5; */ @java.lang.Override public java.util.List getAnimatedPosterSnapshotsList() { return animatedPosterSnapshots_; } /** *
   *循环动图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AnimatedPosterSnapshots = 5; */ @java.lang.Override public java.util.List getAnimatedPosterSnapshotsOrBuilderList() { return animatedPosterSnapshots_; } /** *
   *循环动图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AnimatedPosterSnapshots = 5; */ @java.lang.Override public int getAnimatedPosterSnapshotsCount() { return animatedPosterSnapshots_.size(); } /** *
   *循环动图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AnimatedPosterSnapshots = 5; */ @java.lang.Override public com.byteplus.service.vod.model.business.VodSnapshot getAnimatedPosterSnapshots(int index) { return animatedPosterSnapshots_.get(index); } /** *
   *循环动图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AnimatedPosterSnapshots = 5; */ @java.lang.Override public com.byteplus.service.vod.model.business.VodSnapshotOrBuilder getAnimatedPosterSnapshotsOrBuilder( int index) { return animatedPosterSnapshots_.get(index); } public static final int AIDYNPOSTSNAPSHOTS_FIELD_NUMBER = 6; private java.util.List aiDynpostSnapshots_; /** *
   * Ai动图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AiDynpostSnapshots = 6; */ @java.lang.Override public java.util.List getAiDynpostSnapshotsList() { return aiDynpostSnapshots_; } /** *
   * Ai动图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AiDynpostSnapshots = 6; */ @java.lang.Override public java.util.List getAiDynpostSnapshotsOrBuilderList() { return aiDynpostSnapshots_; } /** *
   * Ai动图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AiDynpostSnapshots = 6; */ @java.lang.Override public int getAiDynpostSnapshotsCount() { return aiDynpostSnapshots_.size(); } /** *
   * Ai动图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AiDynpostSnapshots = 6; */ @java.lang.Override public com.byteplus.service.vod.model.business.VodSnapshot getAiDynpostSnapshots(int index) { return aiDynpostSnapshots_.get(index); } /** *
   * Ai动图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AiDynpostSnapshots = 6; */ @java.lang.Override public com.byteplus.service.vod.model.business.VodSnapshotOrBuilder getAiDynpostSnapshotsOrBuilder( int index) { return aiDynpostSnapshots_.get(index); } public static final int SPRITESNAPSHOTS_FIELD_NUMBER = 7; private java.util.List spriteSnapshots_; /** *
   *雪碧图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSpriteSnapshot SpriteSnapshots = 7; */ @java.lang.Override public java.util.List getSpriteSnapshotsList() { return spriteSnapshots_; } /** *
   *雪碧图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSpriteSnapshot SpriteSnapshots = 7; */ @java.lang.Override public java.util.List getSpriteSnapshotsOrBuilderList() { return spriteSnapshots_; } /** *
   *雪碧图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSpriteSnapshot SpriteSnapshots = 7; */ @java.lang.Override public int getSpriteSnapshotsCount() { return spriteSnapshots_.size(); } /** *
   *雪碧图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSpriteSnapshot SpriteSnapshots = 7; */ @java.lang.Override public com.byteplus.service.vod.model.business.VodSpriteSnapshot getSpriteSnapshots(int index) { return spriteSnapshots_.get(index); } /** *
   *雪碧图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSpriteSnapshot SpriteSnapshots = 7; */ @java.lang.Override public com.byteplus.service.vod.model.business.VodSpriteSnapshotOrBuilder getSpriteSnapshotsOrBuilder( int index) { return spriteSnapshots_.get(index); } public static final int VSAMPLEPOSTERSNAPSHOTS_FIELD_NUMBER = 8; private java.util.List vSamplePosterSnapshots_; /** *
   *视频采样截图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSamplePosterSnapshot VSamplePosterSnapshots = 8; */ @java.lang.Override public java.util.List getVSamplePosterSnapshotsList() { return vSamplePosterSnapshots_; } /** *
   *视频采样截图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSamplePosterSnapshot VSamplePosterSnapshots = 8; */ @java.lang.Override public java.util.List getVSamplePosterSnapshotsOrBuilderList() { return vSamplePosterSnapshots_; } /** *
   *视频采样截图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSamplePosterSnapshot VSamplePosterSnapshots = 8; */ @java.lang.Override public int getVSamplePosterSnapshotsCount() { return vSamplePosterSnapshots_.size(); } /** *
   *视频采样截图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSamplePosterSnapshot VSamplePosterSnapshots = 8; */ @java.lang.Override public com.byteplus.service.vod.model.business.VodSamplePosterSnapshot getVSamplePosterSnapshots(int index) { return vSamplePosterSnapshots_.get(index); } /** *
   *视频采样截图
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSamplePosterSnapshot VSamplePosterSnapshots = 8; */ @java.lang.Override public com.byteplus.service.vod.model.business.VodSamplePosterSnapshotOrBuilder getVSamplePosterSnapshotsOrBuilder( int index) { return vSamplePosterSnapshots_.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(spaceName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, spaceName_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(vid_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, vid_); } for (int i = 0; i < posterSnapshots_.size(); i++) { output.writeMessage(3, posterSnapshots_.get(i)); } for (int i = 0; i < dynpostSnapshots_.size(); i++) { output.writeMessage(4, dynpostSnapshots_.get(i)); } for (int i = 0; i < animatedPosterSnapshots_.size(); i++) { output.writeMessage(5, animatedPosterSnapshots_.get(i)); } for (int i = 0; i < aiDynpostSnapshots_.size(); i++) { output.writeMessage(6, aiDynpostSnapshots_.get(i)); } for (int i = 0; i < spriteSnapshots_.size(); i++) { output.writeMessage(7, spriteSnapshots_.get(i)); } for (int i = 0; i < vSamplePosterSnapshots_.size(); i++) { output.writeMessage(8, vSamplePosterSnapshots_.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(spaceName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, spaceName_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(vid_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, vid_); } for (int i = 0; i < posterSnapshots_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, posterSnapshots_.get(i)); } for (int i = 0; i < dynpostSnapshots_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, dynpostSnapshots_.get(i)); } for (int i = 0; i < animatedPosterSnapshots_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, animatedPosterSnapshots_.get(i)); } for (int i = 0; i < aiDynpostSnapshots_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, aiDynpostSnapshots_.get(i)); } for (int i = 0; i < spriteSnapshots_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, spriteSnapshots_.get(i)); } for (int i = 0; i < vSamplePosterSnapshots_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, vSamplePosterSnapshots_.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.VodSnapshotData)) { return super.equals(obj); } com.byteplus.service.vod.model.business.VodSnapshotData other = (com.byteplus.service.vod.model.business.VodSnapshotData) obj; if (!getSpaceName() .equals(other.getSpaceName())) return false; if (!getVid() .equals(other.getVid())) return false; if (!getPosterSnapshotsList() .equals(other.getPosterSnapshotsList())) return false; if (!getDynpostSnapshotsList() .equals(other.getDynpostSnapshotsList())) return false; if (!getAnimatedPosterSnapshotsList() .equals(other.getAnimatedPosterSnapshotsList())) return false; if (!getAiDynpostSnapshotsList() .equals(other.getAiDynpostSnapshotsList())) return false; if (!getSpriteSnapshotsList() .equals(other.getSpriteSnapshotsList())) return false; if (!getVSamplePosterSnapshotsList() .equals(other.getVSamplePosterSnapshotsList())) 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) + SPACENAME_FIELD_NUMBER; hash = (53 * hash) + getSpaceName().hashCode(); hash = (37 * hash) + VID_FIELD_NUMBER; hash = (53 * hash) + getVid().hashCode(); if (getPosterSnapshotsCount() > 0) { hash = (37 * hash) + POSTERSNAPSHOTS_FIELD_NUMBER; hash = (53 * hash) + getPosterSnapshotsList().hashCode(); } if (getDynpostSnapshotsCount() > 0) { hash = (37 * hash) + DYNPOSTSNAPSHOTS_FIELD_NUMBER; hash = (53 * hash) + getDynpostSnapshotsList().hashCode(); } if (getAnimatedPosterSnapshotsCount() > 0) { hash = (37 * hash) + ANIMATEDPOSTERSNAPSHOTS_FIELD_NUMBER; hash = (53 * hash) + getAnimatedPosterSnapshotsList().hashCode(); } if (getAiDynpostSnapshotsCount() > 0) { hash = (37 * hash) + AIDYNPOSTSNAPSHOTS_FIELD_NUMBER; hash = (53 * hash) + getAiDynpostSnapshotsList().hashCode(); } if (getSpriteSnapshotsCount() > 0) { hash = (37 * hash) + SPRITESNAPSHOTS_FIELD_NUMBER; hash = (53 * hash) + getSpriteSnapshotsList().hashCode(); } if (getVSamplePosterSnapshotsCount() > 0) { hash = (37 * hash) + VSAMPLEPOSTERSNAPSHOTS_FIELD_NUMBER; hash = (53 * hash) + getVSamplePosterSnapshotsList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.byteplus.service.vod.model.business.VodSnapshotData parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.byteplus.service.vod.model.business.VodSnapshotData 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.VodSnapshotData parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.byteplus.service.vod.model.business.VodSnapshotData 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.VodSnapshotData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.byteplus.service.vod.model.business.VodSnapshotData 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.VodSnapshotData 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.VodSnapshotData 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.VodSnapshotData 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.VodSnapshotData 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.VodSnapshotData 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.VodSnapshotData 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.VodSnapshotData 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.VodSnapshotData} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:Byteplus.Vod.Models.Business.VodSnapshotData) com.byteplus.service.vod.model.business.VodSnapshotDataOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.byteplus.service.vod.model.business.VodMedia.internal_static_Byteplus_Vod_Models_Business_VodSnapshotData_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_VodSnapshotData_fieldAccessorTable .ensureFieldAccessorsInitialized( com.byteplus.service.vod.model.business.VodSnapshotData.class, com.byteplus.service.vod.model.business.VodSnapshotData.Builder.class); } // Construct using com.byteplus.service.vod.model.business.VodSnapshotData.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getPosterSnapshotsFieldBuilder(); getDynpostSnapshotsFieldBuilder(); getAnimatedPosterSnapshotsFieldBuilder(); getAiDynpostSnapshotsFieldBuilder(); getSpriteSnapshotsFieldBuilder(); getVSamplePosterSnapshotsFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); spaceName_ = ""; vid_ = ""; if (posterSnapshotsBuilder_ == null) { posterSnapshots_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { posterSnapshotsBuilder_.clear(); } if (dynpostSnapshotsBuilder_ == null) { dynpostSnapshots_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); } else { dynpostSnapshotsBuilder_.clear(); } if (animatedPosterSnapshotsBuilder_ == null) { animatedPosterSnapshots_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); } else { animatedPosterSnapshotsBuilder_.clear(); } if (aiDynpostSnapshotsBuilder_ == null) { aiDynpostSnapshots_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); } else { aiDynpostSnapshotsBuilder_.clear(); } if (spriteSnapshotsBuilder_ == null) { spriteSnapshots_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000010); } else { spriteSnapshotsBuilder_.clear(); } if (vSamplePosterSnapshotsBuilder_ == null) { vSamplePosterSnapshots_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000020); } else { vSamplePosterSnapshotsBuilder_.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_VodSnapshotData_descriptor; } @java.lang.Override public com.byteplus.service.vod.model.business.VodSnapshotData getDefaultInstanceForType() { return com.byteplus.service.vod.model.business.VodSnapshotData.getDefaultInstance(); } @java.lang.Override public com.byteplus.service.vod.model.business.VodSnapshotData build() { com.byteplus.service.vod.model.business.VodSnapshotData result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.byteplus.service.vod.model.business.VodSnapshotData buildPartial() { com.byteplus.service.vod.model.business.VodSnapshotData result = new com.byteplus.service.vod.model.business.VodSnapshotData(this); int from_bitField0_ = bitField0_; result.spaceName_ = spaceName_; result.vid_ = vid_; if (posterSnapshotsBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { posterSnapshots_ = java.util.Collections.unmodifiableList(posterSnapshots_); bitField0_ = (bitField0_ & ~0x00000001); } result.posterSnapshots_ = posterSnapshots_; } else { result.posterSnapshots_ = posterSnapshotsBuilder_.build(); } if (dynpostSnapshotsBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0)) { dynpostSnapshots_ = java.util.Collections.unmodifiableList(dynpostSnapshots_); bitField0_ = (bitField0_ & ~0x00000002); } result.dynpostSnapshots_ = dynpostSnapshots_; } else { result.dynpostSnapshots_ = dynpostSnapshotsBuilder_.build(); } if (animatedPosterSnapshotsBuilder_ == null) { if (((bitField0_ & 0x00000004) != 0)) { animatedPosterSnapshots_ = java.util.Collections.unmodifiableList(animatedPosterSnapshots_); bitField0_ = (bitField0_ & ~0x00000004); } result.animatedPosterSnapshots_ = animatedPosterSnapshots_; } else { result.animatedPosterSnapshots_ = animatedPosterSnapshotsBuilder_.build(); } if (aiDynpostSnapshotsBuilder_ == null) { if (((bitField0_ & 0x00000008) != 0)) { aiDynpostSnapshots_ = java.util.Collections.unmodifiableList(aiDynpostSnapshots_); bitField0_ = (bitField0_ & ~0x00000008); } result.aiDynpostSnapshots_ = aiDynpostSnapshots_; } else { result.aiDynpostSnapshots_ = aiDynpostSnapshotsBuilder_.build(); } if (spriteSnapshotsBuilder_ == null) { if (((bitField0_ & 0x00000010) != 0)) { spriteSnapshots_ = java.util.Collections.unmodifiableList(spriteSnapshots_); bitField0_ = (bitField0_ & ~0x00000010); } result.spriteSnapshots_ = spriteSnapshots_; } else { result.spriteSnapshots_ = spriteSnapshotsBuilder_.build(); } if (vSamplePosterSnapshotsBuilder_ == null) { if (((bitField0_ & 0x00000020) != 0)) { vSamplePosterSnapshots_ = java.util.Collections.unmodifiableList(vSamplePosterSnapshots_); bitField0_ = (bitField0_ & ~0x00000020); } result.vSamplePosterSnapshots_ = vSamplePosterSnapshots_; } else { result.vSamplePosterSnapshots_ = vSamplePosterSnapshotsBuilder_.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.VodSnapshotData) { return mergeFrom((com.byteplus.service.vod.model.business.VodSnapshotData)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.byteplus.service.vod.model.business.VodSnapshotData other) { if (other == com.byteplus.service.vod.model.business.VodSnapshotData.getDefaultInstance()) return this; if (!other.getSpaceName().isEmpty()) { spaceName_ = other.spaceName_; onChanged(); } if (!other.getVid().isEmpty()) { vid_ = other.vid_; onChanged(); } if (posterSnapshotsBuilder_ == null) { if (!other.posterSnapshots_.isEmpty()) { if (posterSnapshots_.isEmpty()) { posterSnapshots_ = other.posterSnapshots_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensurePosterSnapshotsIsMutable(); posterSnapshots_.addAll(other.posterSnapshots_); } onChanged(); } } else { if (!other.posterSnapshots_.isEmpty()) { if (posterSnapshotsBuilder_.isEmpty()) { posterSnapshotsBuilder_.dispose(); posterSnapshotsBuilder_ = null; posterSnapshots_ = other.posterSnapshots_; bitField0_ = (bitField0_ & ~0x00000001); posterSnapshotsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getPosterSnapshotsFieldBuilder() : null; } else { posterSnapshotsBuilder_.addAllMessages(other.posterSnapshots_); } } } if (dynpostSnapshotsBuilder_ == null) { if (!other.dynpostSnapshots_.isEmpty()) { if (dynpostSnapshots_.isEmpty()) { dynpostSnapshots_ = other.dynpostSnapshots_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureDynpostSnapshotsIsMutable(); dynpostSnapshots_.addAll(other.dynpostSnapshots_); } onChanged(); } } else { if (!other.dynpostSnapshots_.isEmpty()) { if (dynpostSnapshotsBuilder_.isEmpty()) { dynpostSnapshotsBuilder_.dispose(); dynpostSnapshotsBuilder_ = null; dynpostSnapshots_ = other.dynpostSnapshots_; bitField0_ = (bitField0_ & ~0x00000002); dynpostSnapshotsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getDynpostSnapshotsFieldBuilder() : null; } else { dynpostSnapshotsBuilder_.addAllMessages(other.dynpostSnapshots_); } } } if (animatedPosterSnapshotsBuilder_ == null) { if (!other.animatedPosterSnapshots_.isEmpty()) { if (animatedPosterSnapshots_.isEmpty()) { animatedPosterSnapshots_ = other.animatedPosterSnapshots_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureAnimatedPosterSnapshotsIsMutable(); animatedPosterSnapshots_.addAll(other.animatedPosterSnapshots_); } onChanged(); } } else { if (!other.animatedPosterSnapshots_.isEmpty()) { if (animatedPosterSnapshotsBuilder_.isEmpty()) { animatedPosterSnapshotsBuilder_.dispose(); animatedPosterSnapshotsBuilder_ = null; animatedPosterSnapshots_ = other.animatedPosterSnapshots_; bitField0_ = (bitField0_ & ~0x00000004); animatedPosterSnapshotsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getAnimatedPosterSnapshotsFieldBuilder() : null; } else { animatedPosterSnapshotsBuilder_.addAllMessages(other.animatedPosterSnapshots_); } } } if (aiDynpostSnapshotsBuilder_ == null) { if (!other.aiDynpostSnapshots_.isEmpty()) { if (aiDynpostSnapshots_.isEmpty()) { aiDynpostSnapshots_ = other.aiDynpostSnapshots_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureAiDynpostSnapshotsIsMutable(); aiDynpostSnapshots_.addAll(other.aiDynpostSnapshots_); } onChanged(); } } else { if (!other.aiDynpostSnapshots_.isEmpty()) { if (aiDynpostSnapshotsBuilder_.isEmpty()) { aiDynpostSnapshotsBuilder_.dispose(); aiDynpostSnapshotsBuilder_ = null; aiDynpostSnapshots_ = other.aiDynpostSnapshots_; bitField0_ = (bitField0_ & ~0x00000008); aiDynpostSnapshotsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getAiDynpostSnapshotsFieldBuilder() : null; } else { aiDynpostSnapshotsBuilder_.addAllMessages(other.aiDynpostSnapshots_); } } } if (spriteSnapshotsBuilder_ == null) { if (!other.spriteSnapshots_.isEmpty()) { if (spriteSnapshots_.isEmpty()) { spriteSnapshots_ = other.spriteSnapshots_; bitField0_ = (bitField0_ & ~0x00000010); } else { ensureSpriteSnapshotsIsMutable(); spriteSnapshots_.addAll(other.spriteSnapshots_); } onChanged(); } } else { if (!other.spriteSnapshots_.isEmpty()) { if (spriteSnapshotsBuilder_.isEmpty()) { spriteSnapshotsBuilder_.dispose(); spriteSnapshotsBuilder_ = null; spriteSnapshots_ = other.spriteSnapshots_; bitField0_ = (bitField0_ & ~0x00000010); spriteSnapshotsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getSpriteSnapshotsFieldBuilder() : null; } else { spriteSnapshotsBuilder_.addAllMessages(other.spriteSnapshots_); } } } if (vSamplePosterSnapshotsBuilder_ == null) { if (!other.vSamplePosterSnapshots_.isEmpty()) { if (vSamplePosterSnapshots_.isEmpty()) { vSamplePosterSnapshots_ = other.vSamplePosterSnapshots_; bitField0_ = (bitField0_ & ~0x00000020); } else { ensureVSamplePosterSnapshotsIsMutable(); vSamplePosterSnapshots_.addAll(other.vSamplePosterSnapshots_); } onChanged(); } } else { if (!other.vSamplePosterSnapshots_.isEmpty()) { if (vSamplePosterSnapshotsBuilder_.isEmpty()) { vSamplePosterSnapshotsBuilder_.dispose(); vSamplePosterSnapshotsBuilder_ = null; vSamplePosterSnapshots_ = other.vSamplePosterSnapshots_; bitField0_ = (bitField0_ & ~0x00000020); vSamplePosterSnapshotsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getVSamplePosterSnapshotsFieldBuilder() : null; } else { vSamplePosterSnapshotsBuilder_.addAllMessages(other.vSamplePosterSnapshots_); } } } 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.VodSnapshotData parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.byteplus.service.vod.model.business.VodSnapshotData) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object spaceName_ = ""; /** *
     *空间名
     * 
* * string SpaceName = 1; * @return The spaceName. */ public java.lang.String getSpaceName() { java.lang.Object ref = spaceName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); spaceName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *空间名
     * 
* * string SpaceName = 1; * @return The bytes for spaceName. */ public com.google.protobuf.ByteString getSpaceNameBytes() { java.lang.Object ref = spaceName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); spaceName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *空间名
     * 
* * string SpaceName = 1; * @param value The spaceName to set. * @return This builder for chaining. */ public Builder setSpaceName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } spaceName_ = value; onChanged(); return this; } /** *
     *空间名
     * 
* * string SpaceName = 1; * @return This builder for chaining. */ public Builder clearSpaceName() { spaceName_ = getDefaultInstance().getSpaceName(); onChanged(); return this; } /** *
     *空间名
     * 
* * string SpaceName = 1; * @param value The bytes for spaceName to set. * @return This builder for chaining. */ public Builder setSpaceNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); spaceName_ = value; onChanged(); return this; } private java.lang.Object vid_ = ""; /** *
     *视频ID
     * 
* * string Vid = 2; * @return The vid. */ public java.lang.String getVid() { java.lang.Object ref = vid_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); vid_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *视频ID
     * 
* * string Vid = 2; * @return The bytes for vid. */ public com.google.protobuf.ByteString getVidBytes() { java.lang.Object ref = vid_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); vid_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *视频ID
     * 
* * string Vid = 2; * @param value The vid to set. * @return This builder for chaining. */ public Builder setVid( java.lang.String value) { if (value == null) { throw new NullPointerException(); } vid_ = value; onChanged(); return this; } /** *
     *视频ID
     * 
* * string Vid = 2; * @return This builder for chaining. */ public Builder clearVid() { vid_ = getDefaultInstance().getVid(); onChanged(); return this; } /** *
     *视频ID
     * 
* * string Vid = 2; * @param value The bytes for vid to set. * @return This builder for chaining. */ public Builder setVidBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); vid_ = value; onChanged(); return this; } private java.util.List posterSnapshots_ = java.util.Collections.emptyList(); private void ensurePosterSnapshotsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { posterSnapshots_ = new java.util.ArrayList(posterSnapshots_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodSnapshot, com.byteplus.service.vod.model.business.VodSnapshot.Builder, com.byteplus.service.vod.model.business.VodSnapshotOrBuilder> posterSnapshotsBuilder_; /** *
     *单张静图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot PosterSnapshots = 3; */ public java.util.List getPosterSnapshotsList() { if (posterSnapshotsBuilder_ == null) { return java.util.Collections.unmodifiableList(posterSnapshots_); } else { return posterSnapshotsBuilder_.getMessageList(); } } /** *
     *单张静图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot PosterSnapshots = 3; */ public int getPosterSnapshotsCount() { if (posterSnapshotsBuilder_ == null) { return posterSnapshots_.size(); } else { return posterSnapshotsBuilder_.getCount(); } } /** *
     *单张静图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot PosterSnapshots = 3; */ public com.byteplus.service.vod.model.business.VodSnapshot getPosterSnapshots(int index) { if (posterSnapshotsBuilder_ == null) { return posterSnapshots_.get(index); } else { return posterSnapshotsBuilder_.getMessage(index); } } /** *
     *单张静图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot PosterSnapshots = 3; */ public Builder setPosterSnapshots( int index, com.byteplus.service.vod.model.business.VodSnapshot value) { if (posterSnapshotsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePosterSnapshotsIsMutable(); posterSnapshots_.set(index, value); onChanged(); } else { posterSnapshotsBuilder_.setMessage(index, value); } return this; } /** *
     *单张静图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot PosterSnapshots = 3; */ public Builder setPosterSnapshots( int index, com.byteplus.service.vod.model.business.VodSnapshot.Builder builderForValue) { if (posterSnapshotsBuilder_ == null) { ensurePosterSnapshotsIsMutable(); posterSnapshots_.set(index, builderForValue.build()); onChanged(); } else { posterSnapshotsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     *单张静图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot PosterSnapshots = 3; */ public Builder addPosterSnapshots(com.byteplus.service.vod.model.business.VodSnapshot value) { if (posterSnapshotsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePosterSnapshotsIsMutable(); posterSnapshots_.add(value); onChanged(); } else { posterSnapshotsBuilder_.addMessage(value); } return this; } /** *
     *单张静图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot PosterSnapshots = 3; */ public Builder addPosterSnapshots( int index, com.byteplus.service.vod.model.business.VodSnapshot value) { if (posterSnapshotsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePosterSnapshotsIsMutable(); posterSnapshots_.add(index, value); onChanged(); } else { posterSnapshotsBuilder_.addMessage(index, value); } return this; } /** *
     *单张静图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot PosterSnapshots = 3; */ public Builder addPosterSnapshots( com.byteplus.service.vod.model.business.VodSnapshot.Builder builderForValue) { if (posterSnapshotsBuilder_ == null) { ensurePosterSnapshotsIsMutable(); posterSnapshots_.add(builderForValue.build()); onChanged(); } else { posterSnapshotsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     *单张静图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot PosterSnapshots = 3; */ public Builder addPosterSnapshots( int index, com.byteplus.service.vod.model.business.VodSnapshot.Builder builderForValue) { if (posterSnapshotsBuilder_ == null) { ensurePosterSnapshotsIsMutable(); posterSnapshots_.add(index, builderForValue.build()); onChanged(); } else { posterSnapshotsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     *单张静图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot PosterSnapshots = 3; */ public Builder addAllPosterSnapshots( java.lang.Iterable values) { if (posterSnapshotsBuilder_ == null) { ensurePosterSnapshotsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, posterSnapshots_); onChanged(); } else { posterSnapshotsBuilder_.addAllMessages(values); } return this; } /** *
     *单张静图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot PosterSnapshots = 3; */ public Builder clearPosterSnapshots() { if (posterSnapshotsBuilder_ == null) { posterSnapshots_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { posterSnapshotsBuilder_.clear(); } return this; } /** *
     *单张静图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot PosterSnapshots = 3; */ public Builder removePosterSnapshots(int index) { if (posterSnapshotsBuilder_ == null) { ensurePosterSnapshotsIsMutable(); posterSnapshots_.remove(index); onChanged(); } else { posterSnapshotsBuilder_.remove(index); } return this; } /** *
     *单张静图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot PosterSnapshots = 3; */ public com.byteplus.service.vod.model.business.VodSnapshot.Builder getPosterSnapshotsBuilder( int index) { return getPosterSnapshotsFieldBuilder().getBuilder(index); } /** *
     *单张静图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot PosterSnapshots = 3; */ public com.byteplus.service.vod.model.business.VodSnapshotOrBuilder getPosterSnapshotsOrBuilder( int index) { if (posterSnapshotsBuilder_ == null) { return posterSnapshots_.get(index); } else { return posterSnapshotsBuilder_.getMessageOrBuilder(index); } } /** *
     *单张静图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot PosterSnapshots = 3; */ public java.util.List getPosterSnapshotsOrBuilderList() { if (posterSnapshotsBuilder_ != null) { return posterSnapshotsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(posterSnapshots_); } } /** *
     *单张静图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot PosterSnapshots = 3; */ public com.byteplus.service.vod.model.business.VodSnapshot.Builder addPosterSnapshotsBuilder() { return getPosterSnapshotsFieldBuilder().addBuilder( com.byteplus.service.vod.model.business.VodSnapshot.getDefaultInstance()); } /** *
     *单张静图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot PosterSnapshots = 3; */ public com.byteplus.service.vod.model.business.VodSnapshot.Builder addPosterSnapshotsBuilder( int index) { return getPosterSnapshotsFieldBuilder().addBuilder( index, com.byteplus.service.vod.model.business.VodSnapshot.getDefaultInstance()); } /** *
     *单张静图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot PosterSnapshots = 3; */ public java.util.List getPosterSnapshotsBuilderList() { return getPosterSnapshotsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodSnapshot, com.byteplus.service.vod.model.business.VodSnapshot.Builder, com.byteplus.service.vod.model.business.VodSnapshotOrBuilder> getPosterSnapshotsFieldBuilder() { if (posterSnapshotsBuilder_ == null) { posterSnapshotsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodSnapshot, com.byteplus.service.vod.model.business.VodSnapshot.Builder, com.byteplus.service.vod.model.business.VodSnapshotOrBuilder>( posterSnapshots_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); posterSnapshots_ = null; } return posterSnapshotsBuilder_; } private java.util.List dynpostSnapshots_ = java.util.Collections.emptyList(); private void ensureDynpostSnapshotsIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { dynpostSnapshots_ = new java.util.ArrayList(dynpostSnapshots_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodSnapshot, com.byteplus.service.vod.model.business.VodSnapshot.Builder, com.byteplus.service.vod.model.business.VodSnapshotOrBuilder> dynpostSnapshotsBuilder_; /** *
     *普通动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot DynpostSnapshots = 4; */ public java.util.List getDynpostSnapshotsList() { if (dynpostSnapshotsBuilder_ == null) { return java.util.Collections.unmodifiableList(dynpostSnapshots_); } else { return dynpostSnapshotsBuilder_.getMessageList(); } } /** *
     *普通动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot DynpostSnapshots = 4; */ public int getDynpostSnapshotsCount() { if (dynpostSnapshotsBuilder_ == null) { return dynpostSnapshots_.size(); } else { return dynpostSnapshotsBuilder_.getCount(); } } /** *
     *普通动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot DynpostSnapshots = 4; */ public com.byteplus.service.vod.model.business.VodSnapshot getDynpostSnapshots(int index) { if (dynpostSnapshotsBuilder_ == null) { return dynpostSnapshots_.get(index); } else { return dynpostSnapshotsBuilder_.getMessage(index); } } /** *
     *普通动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot DynpostSnapshots = 4; */ public Builder setDynpostSnapshots( int index, com.byteplus.service.vod.model.business.VodSnapshot value) { if (dynpostSnapshotsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureDynpostSnapshotsIsMutable(); dynpostSnapshots_.set(index, value); onChanged(); } else { dynpostSnapshotsBuilder_.setMessage(index, value); } return this; } /** *
     *普通动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot DynpostSnapshots = 4; */ public Builder setDynpostSnapshots( int index, com.byteplus.service.vod.model.business.VodSnapshot.Builder builderForValue) { if (dynpostSnapshotsBuilder_ == null) { ensureDynpostSnapshotsIsMutable(); dynpostSnapshots_.set(index, builderForValue.build()); onChanged(); } else { dynpostSnapshotsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     *普通动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot DynpostSnapshots = 4; */ public Builder addDynpostSnapshots(com.byteplus.service.vod.model.business.VodSnapshot value) { if (dynpostSnapshotsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureDynpostSnapshotsIsMutable(); dynpostSnapshots_.add(value); onChanged(); } else { dynpostSnapshotsBuilder_.addMessage(value); } return this; } /** *
     *普通动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot DynpostSnapshots = 4; */ public Builder addDynpostSnapshots( int index, com.byteplus.service.vod.model.business.VodSnapshot value) { if (dynpostSnapshotsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureDynpostSnapshotsIsMutable(); dynpostSnapshots_.add(index, value); onChanged(); } else { dynpostSnapshotsBuilder_.addMessage(index, value); } return this; } /** *
     *普通动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot DynpostSnapshots = 4; */ public Builder addDynpostSnapshots( com.byteplus.service.vod.model.business.VodSnapshot.Builder builderForValue) { if (dynpostSnapshotsBuilder_ == null) { ensureDynpostSnapshotsIsMutable(); dynpostSnapshots_.add(builderForValue.build()); onChanged(); } else { dynpostSnapshotsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     *普通动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot DynpostSnapshots = 4; */ public Builder addDynpostSnapshots( int index, com.byteplus.service.vod.model.business.VodSnapshot.Builder builderForValue) { if (dynpostSnapshotsBuilder_ == null) { ensureDynpostSnapshotsIsMutable(); dynpostSnapshots_.add(index, builderForValue.build()); onChanged(); } else { dynpostSnapshotsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     *普通动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot DynpostSnapshots = 4; */ public Builder addAllDynpostSnapshots( java.lang.Iterable values) { if (dynpostSnapshotsBuilder_ == null) { ensureDynpostSnapshotsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, dynpostSnapshots_); onChanged(); } else { dynpostSnapshotsBuilder_.addAllMessages(values); } return this; } /** *
     *普通动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot DynpostSnapshots = 4; */ public Builder clearDynpostSnapshots() { if (dynpostSnapshotsBuilder_ == null) { dynpostSnapshots_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { dynpostSnapshotsBuilder_.clear(); } return this; } /** *
     *普通动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot DynpostSnapshots = 4; */ public Builder removeDynpostSnapshots(int index) { if (dynpostSnapshotsBuilder_ == null) { ensureDynpostSnapshotsIsMutable(); dynpostSnapshots_.remove(index); onChanged(); } else { dynpostSnapshotsBuilder_.remove(index); } return this; } /** *
     *普通动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot DynpostSnapshots = 4; */ public com.byteplus.service.vod.model.business.VodSnapshot.Builder getDynpostSnapshotsBuilder( int index) { return getDynpostSnapshotsFieldBuilder().getBuilder(index); } /** *
     *普通动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot DynpostSnapshots = 4; */ public com.byteplus.service.vod.model.business.VodSnapshotOrBuilder getDynpostSnapshotsOrBuilder( int index) { if (dynpostSnapshotsBuilder_ == null) { return dynpostSnapshots_.get(index); } else { return dynpostSnapshotsBuilder_.getMessageOrBuilder(index); } } /** *
     *普通动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot DynpostSnapshots = 4; */ public java.util.List getDynpostSnapshotsOrBuilderList() { if (dynpostSnapshotsBuilder_ != null) { return dynpostSnapshotsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(dynpostSnapshots_); } } /** *
     *普通动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot DynpostSnapshots = 4; */ public com.byteplus.service.vod.model.business.VodSnapshot.Builder addDynpostSnapshotsBuilder() { return getDynpostSnapshotsFieldBuilder().addBuilder( com.byteplus.service.vod.model.business.VodSnapshot.getDefaultInstance()); } /** *
     *普通动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot DynpostSnapshots = 4; */ public com.byteplus.service.vod.model.business.VodSnapshot.Builder addDynpostSnapshotsBuilder( int index) { return getDynpostSnapshotsFieldBuilder().addBuilder( index, com.byteplus.service.vod.model.business.VodSnapshot.getDefaultInstance()); } /** *
     *普通动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot DynpostSnapshots = 4; */ public java.util.List getDynpostSnapshotsBuilderList() { return getDynpostSnapshotsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodSnapshot, com.byteplus.service.vod.model.business.VodSnapshot.Builder, com.byteplus.service.vod.model.business.VodSnapshotOrBuilder> getDynpostSnapshotsFieldBuilder() { if (dynpostSnapshotsBuilder_ == null) { dynpostSnapshotsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodSnapshot, com.byteplus.service.vod.model.business.VodSnapshot.Builder, com.byteplus.service.vod.model.business.VodSnapshotOrBuilder>( dynpostSnapshots_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); dynpostSnapshots_ = null; } return dynpostSnapshotsBuilder_; } private java.util.List animatedPosterSnapshots_ = java.util.Collections.emptyList(); private void ensureAnimatedPosterSnapshotsIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { animatedPosterSnapshots_ = new java.util.ArrayList(animatedPosterSnapshots_); bitField0_ |= 0x00000004; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodSnapshot, com.byteplus.service.vod.model.business.VodSnapshot.Builder, com.byteplus.service.vod.model.business.VodSnapshotOrBuilder> animatedPosterSnapshotsBuilder_; /** *
     *循环动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AnimatedPosterSnapshots = 5; */ public java.util.List getAnimatedPosterSnapshotsList() { if (animatedPosterSnapshotsBuilder_ == null) { return java.util.Collections.unmodifiableList(animatedPosterSnapshots_); } else { return animatedPosterSnapshotsBuilder_.getMessageList(); } } /** *
     *循环动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AnimatedPosterSnapshots = 5; */ public int getAnimatedPosterSnapshotsCount() { if (animatedPosterSnapshotsBuilder_ == null) { return animatedPosterSnapshots_.size(); } else { return animatedPosterSnapshotsBuilder_.getCount(); } } /** *
     *循环动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AnimatedPosterSnapshots = 5; */ public com.byteplus.service.vod.model.business.VodSnapshot getAnimatedPosterSnapshots(int index) { if (animatedPosterSnapshotsBuilder_ == null) { return animatedPosterSnapshots_.get(index); } else { return animatedPosterSnapshotsBuilder_.getMessage(index); } } /** *
     *循环动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AnimatedPosterSnapshots = 5; */ public Builder setAnimatedPosterSnapshots( int index, com.byteplus.service.vod.model.business.VodSnapshot value) { if (animatedPosterSnapshotsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureAnimatedPosterSnapshotsIsMutable(); animatedPosterSnapshots_.set(index, value); onChanged(); } else { animatedPosterSnapshotsBuilder_.setMessage(index, value); } return this; } /** *
     *循环动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AnimatedPosterSnapshots = 5; */ public Builder setAnimatedPosterSnapshots( int index, com.byteplus.service.vod.model.business.VodSnapshot.Builder builderForValue) { if (animatedPosterSnapshotsBuilder_ == null) { ensureAnimatedPosterSnapshotsIsMutable(); animatedPosterSnapshots_.set(index, builderForValue.build()); onChanged(); } else { animatedPosterSnapshotsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     *循环动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AnimatedPosterSnapshots = 5; */ public Builder addAnimatedPosterSnapshots(com.byteplus.service.vod.model.business.VodSnapshot value) { if (animatedPosterSnapshotsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureAnimatedPosterSnapshotsIsMutable(); animatedPosterSnapshots_.add(value); onChanged(); } else { animatedPosterSnapshotsBuilder_.addMessage(value); } return this; } /** *
     *循环动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AnimatedPosterSnapshots = 5; */ public Builder addAnimatedPosterSnapshots( int index, com.byteplus.service.vod.model.business.VodSnapshot value) { if (animatedPosterSnapshotsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureAnimatedPosterSnapshotsIsMutable(); animatedPosterSnapshots_.add(index, value); onChanged(); } else { animatedPosterSnapshotsBuilder_.addMessage(index, value); } return this; } /** *
     *循环动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AnimatedPosterSnapshots = 5; */ public Builder addAnimatedPosterSnapshots( com.byteplus.service.vod.model.business.VodSnapshot.Builder builderForValue) { if (animatedPosterSnapshotsBuilder_ == null) { ensureAnimatedPosterSnapshotsIsMutable(); animatedPosterSnapshots_.add(builderForValue.build()); onChanged(); } else { animatedPosterSnapshotsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     *循环动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AnimatedPosterSnapshots = 5; */ public Builder addAnimatedPosterSnapshots( int index, com.byteplus.service.vod.model.business.VodSnapshot.Builder builderForValue) { if (animatedPosterSnapshotsBuilder_ == null) { ensureAnimatedPosterSnapshotsIsMutable(); animatedPosterSnapshots_.add(index, builderForValue.build()); onChanged(); } else { animatedPosterSnapshotsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     *循环动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AnimatedPosterSnapshots = 5; */ public Builder addAllAnimatedPosterSnapshots( java.lang.Iterable values) { if (animatedPosterSnapshotsBuilder_ == null) { ensureAnimatedPosterSnapshotsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, animatedPosterSnapshots_); onChanged(); } else { animatedPosterSnapshotsBuilder_.addAllMessages(values); } return this; } /** *
     *循环动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AnimatedPosterSnapshots = 5; */ public Builder clearAnimatedPosterSnapshots() { if (animatedPosterSnapshotsBuilder_ == null) { animatedPosterSnapshots_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); } else { animatedPosterSnapshotsBuilder_.clear(); } return this; } /** *
     *循环动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AnimatedPosterSnapshots = 5; */ public Builder removeAnimatedPosterSnapshots(int index) { if (animatedPosterSnapshotsBuilder_ == null) { ensureAnimatedPosterSnapshotsIsMutable(); animatedPosterSnapshots_.remove(index); onChanged(); } else { animatedPosterSnapshotsBuilder_.remove(index); } return this; } /** *
     *循环动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AnimatedPosterSnapshots = 5; */ public com.byteplus.service.vod.model.business.VodSnapshot.Builder getAnimatedPosterSnapshotsBuilder( int index) { return getAnimatedPosterSnapshotsFieldBuilder().getBuilder(index); } /** *
     *循环动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AnimatedPosterSnapshots = 5; */ public com.byteplus.service.vod.model.business.VodSnapshotOrBuilder getAnimatedPosterSnapshotsOrBuilder( int index) { if (animatedPosterSnapshotsBuilder_ == null) { return animatedPosterSnapshots_.get(index); } else { return animatedPosterSnapshotsBuilder_.getMessageOrBuilder(index); } } /** *
     *循环动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AnimatedPosterSnapshots = 5; */ public java.util.List getAnimatedPosterSnapshotsOrBuilderList() { if (animatedPosterSnapshotsBuilder_ != null) { return animatedPosterSnapshotsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(animatedPosterSnapshots_); } } /** *
     *循环动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AnimatedPosterSnapshots = 5; */ public com.byteplus.service.vod.model.business.VodSnapshot.Builder addAnimatedPosterSnapshotsBuilder() { return getAnimatedPosterSnapshotsFieldBuilder().addBuilder( com.byteplus.service.vod.model.business.VodSnapshot.getDefaultInstance()); } /** *
     *循环动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AnimatedPosterSnapshots = 5; */ public com.byteplus.service.vod.model.business.VodSnapshot.Builder addAnimatedPosterSnapshotsBuilder( int index) { return getAnimatedPosterSnapshotsFieldBuilder().addBuilder( index, com.byteplus.service.vod.model.business.VodSnapshot.getDefaultInstance()); } /** *
     *循环动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AnimatedPosterSnapshots = 5; */ public java.util.List getAnimatedPosterSnapshotsBuilderList() { return getAnimatedPosterSnapshotsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodSnapshot, com.byteplus.service.vod.model.business.VodSnapshot.Builder, com.byteplus.service.vod.model.business.VodSnapshotOrBuilder> getAnimatedPosterSnapshotsFieldBuilder() { if (animatedPosterSnapshotsBuilder_ == null) { animatedPosterSnapshotsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodSnapshot, com.byteplus.service.vod.model.business.VodSnapshot.Builder, com.byteplus.service.vod.model.business.VodSnapshotOrBuilder>( animatedPosterSnapshots_, ((bitField0_ & 0x00000004) != 0), getParentForChildren(), isClean()); animatedPosterSnapshots_ = null; } return animatedPosterSnapshotsBuilder_; } private java.util.List aiDynpostSnapshots_ = java.util.Collections.emptyList(); private void ensureAiDynpostSnapshotsIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { aiDynpostSnapshots_ = new java.util.ArrayList(aiDynpostSnapshots_); bitField0_ |= 0x00000008; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodSnapshot, com.byteplus.service.vod.model.business.VodSnapshot.Builder, com.byteplus.service.vod.model.business.VodSnapshotOrBuilder> aiDynpostSnapshotsBuilder_; /** *
     * Ai动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AiDynpostSnapshots = 6; */ public java.util.List getAiDynpostSnapshotsList() { if (aiDynpostSnapshotsBuilder_ == null) { return java.util.Collections.unmodifiableList(aiDynpostSnapshots_); } else { return aiDynpostSnapshotsBuilder_.getMessageList(); } } /** *
     * Ai动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AiDynpostSnapshots = 6; */ public int getAiDynpostSnapshotsCount() { if (aiDynpostSnapshotsBuilder_ == null) { return aiDynpostSnapshots_.size(); } else { return aiDynpostSnapshotsBuilder_.getCount(); } } /** *
     * Ai动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AiDynpostSnapshots = 6; */ public com.byteplus.service.vod.model.business.VodSnapshot getAiDynpostSnapshots(int index) { if (aiDynpostSnapshotsBuilder_ == null) { return aiDynpostSnapshots_.get(index); } else { return aiDynpostSnapshotsBuilder_.getMessage(index); } } /** *
     * Ai动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AiDynpostSnapshots = 6; */ public Builder setAiDynpostSnapshots( int index, com.byteplus.service.vod.model.business.VodSnapshot value) { if (aiDynpostSnapshotsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureAiDynpostSnapshotsIsMutable(); aiDynpostSnapshots_.set(index, value); onChanged(); } else { aiDynpostSnapshotsBuilder_.setMessage(index, value); } return this; } /** *
     * Ai动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AiDynpostSnapshots = 6; */ public Builder setAiDynpostSnapshots( int index, com.byteplus.service.vod.model.business.VodSnapshot.Builder builderForValue) { if (aiDynpostSnapshotsBuilder_ == null) { ensureAiDynpostSnapshotsIsMutable(); aiDynpostSnapshots_.set(index, builderForValue.build()); onChanged(); } else { aiDynpostSnapshotsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * Ai动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AiDynpostSnapshots = 6; */ public Builder addAiDynpostSnapshots(com.byteplus.service.vod.model.business.VodSnapshot value) { if (aiDynpostSnapshotsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureAiDynpostSnapshotsIsMutable(); aiDynpostSnapshots_.add(value); onChanged(); } else { aiDynpostSnapshotsBuilder_.addMessage(value); } return this; } /** *
     * Ai动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AiDynpostSnapshots = 6; */ public Builder addAiDynpostSnapshots( int index, com.byteplus.service.vod.model.business.VodSnapshot value) { if (aiDynpostSnapshotsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureAiDynpostSnapshotsIsMutable(); aiDynpostSnapshots_.add(index, value); onChanged(); } else { aiDynpostSnapshotsBuilder_.addMessage(index, value); } return this; } /** *
     * Ai动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AiDynpostSnapshots = 6; */ public Builder addAiDynpostSnapshots( com.byteplus.service.vod.model.business.VodSnapshot.Builder builderForValue) { if (aiDynpostSnapshotsBuilder_ == null) { ensureAiDynpostSnapshotsIsMutable(); aiDynpostSnapshots_.add(builderForValue.build()); onChanged(); } else { aiDynpostSnapshotsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * Ai动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AiDynpostSnapshots = 6; */ public Builder addAiDynpostSnapshots( int index, com.byteplus.service.vod.model.business.VodSnapshot.Builder builderForValue) { if (aiDynpostSnapshotsBuilder_ == null) { ensureAiDynpostSnapshotsIsMutable(); aiDynpostSnapshots_.add(index, builderForValue.build()); onChanged(); } else { aiDynpostSnapshotsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * Ai动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AiDynpostSnapshots = 6; */ public Builder addAllAiDynpostSnapshots( java.lang.Iterable values) { if (aiDynpostSnapshotsBuilder_ == null) { ensureAiDynpostSnapshotsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, aiDynpostSnapshots_); onChanged(); } else { aiDynpostSnapshotsBuilder_.addAllMessages(values); } return this; } /** *
     * Ai动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AiDynpostSnapshots = 6; */ public Builder clearAiDynpostSnapshots() { if (aiDynpostSnapshotsBuilder_ == null) { aiDynpostSnapshots_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); } else { aiDynpostSnapshotsBuilder_.clear(); } return this; } /** *
     * Ai动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AiDynpostSnapshots = 6; */ public Builder removeAiDynpostSnapshots(int index) { if (aiDynpostSnapshotsBuilder_ == null) { ensureAiDynpostSnapshotsIsMutable(); aiDynpostSnapshots_.remove(index); onChanged(); } else { aiDynpostSnapshotsBuilder_.remove(index); } return this; } /** *
     * Ai动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AiDynpostSnapshots = 6; */ public com.byteplus.service.vod.model.business.VodSnapshot.Builder getAiDynpostSnapshotsBuilder( int index) { return getAiDynpostSnapshotsFieldBuilder().getBuilder(index); } /** *
     * Ai动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AiDynpostSnapshots = 6; */ public com.byteplus.service.vod.model.business.VodSnapshotOrBuilder getAiDynpostSnapshotsOrBuilder( int index) { if (aiDynpostSnapshotsBuilder_ == null) { return aiDynpostSnapshots_.get(index); } else { return aiDynpostSnapshotsBuilder_.getMessageOrBuilder(index); } } /** *
     * Ai动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AiDynpostSnapshots = 6; */ public java.util.List getAiDynpostSnapshotsOrBuilderList() { if (aiDynpostSnapshotsBuilder_ != null) { return aiDynpostSnapshotsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(aiDynpostSnapshots_); } } /** *
     * Ai动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AiDynpostSnapshots = 6; */ public com.byteplus.service.vod.model.business.VodSnapshot.Builder addAiDynpostSnapshotsBuilder() { return getAiDynpostSnapshotsFieldBuilder().addBuilder( com.byteplus.service.vod.model.business.VodSnapshot.getDefaultInstance()); } /** *
     * Ai动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AiDynpostSnapshots = 6; */ public com.byteplus.service.vod.model.business.VodSnapshot.Builder addAiDynpostSnapshotsBuilder( int index) { return getAiDynpostSnapshotsFieldBuilder().addBuilder( index, com.byteplus.service.vod.model.business.VodSnapshot.getDefaultInstance()); } /** *
     * Ai动图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSnapshot AiDynpostSnapshots = 6; */ public java.util.List getAiDynpostSnapshotsBuilderList() { return getAiDynpostSnapshotsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodSnapshot, com.byteplus.service.vod.model.business.VodSnapshot.Builder, com.byteplus.service.vod.model.business.VodSnapshotOrBuilder> getAiDynpostSnapshotsFieldBuilder() { if (aiDynpostSnapshotsBuilder_ == null) { aiDynpostSnapshotsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodSnapshot, com.byteplus.service.vod.model.business.VodSnapshot.Builder, com.byteplus.service.vod.model.business.VodSnapshotOrBuilder>( aiDynpostSnapshots_, ((bitField0_ & 0x00000008) != 0), getParentForChildren(), isClean()); aiDynpostSnapshots_ = null; } return aiDynpostSnapshotsBuilder_; } private java.util.List spriteSnapshots_ = java.util.Collections.emptyList(); private void ensureSpriteSnapshotsIsMutable() { if (!((bitField0_ & 0x00000010) != 0)) { spriteSnapshots_ = new java.util.ArrayList(spriteSnapshots_); bitField0_ |= 0x00000010; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodSpriteSnapshot, com.byteplus.service.vod.model.business.VodSpriteSnapshot.Builder, com.byteplus.service.vod.model.business.VodSpriteSnapshotOrBuilder> spriteSnapshotsBuilder_; /** *
     *雪碧图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSpriteSnapshot SpriteSnapshots = 7; */ public java.util.List getSpriteSnapshotsList() { if (spriteSnapshotsBuilder_ == null) { return java.util.Collections.unmodifiableList(spriteSnapshots_); } else { return spriteSnapshotsBuilder_.getMessageList(); } } /** *
     *雪碧图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSpriteSnapshot SpriteSnapshots = 7; */ public int getSpriteSnapshotsCount() { if (spriteSnapshotsBuilder_ == null) { return spriteSnapshots_.size(); } else { return spriteSnapshotsBuilder_.getCount(); } } /** *
     *雪碧图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSpriteSnapshot SpriteSnapshots = 7; */ public com.byteplus.service.vod.model.business.VodSpriteSnapshot getSpriteSnapshots(int index) { if (spriteSnapshotsBuilder_ == null) { return spriteSnapshots_.get(index); } else { return spriteSnapshotsBuilder_.getMessage(index); } } /** *
     *雪碧图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSpriteSnapshot SpriteSnapshots = 7; */ public Builder setSpriteSnapshots( int index, com.byteplus.service.vod.model.business.VodSpriteSnapshot value) { if (spriteSnapshotsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSpriteSnapshotsIsMutable(); spriteSnapshots_.set(index, value); onChanged(); } else { spriteSnapshotsBuilder_.setMessage(index, value); } return this; } /** *
     *雪碧图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSpriteSnapshot SpriteSnapshots = 7; */ public Builder setSpriteSnapshots( int index, com.byteplus.service.vod.model.business.VodSpriteSnapshot.Builder builderForValue) { if (spriteSnapshotsBuilder_ == null) { ensureSpriteSnapshotsIsMutable(); spriteSnapshots_.set(index, builderForValue.build()); onChanged(); } else { spriteSnapshotsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     *雪碧图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSpriteSnapshot SpriteSnapshots = 7; */ public Builder addSpriteSnapshots(com.byteplus.service.vod.model.business.VodSpriteSnapshot value) { if (spriteSnapshotsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSpriteSnapshotsIsMutable(); spriteSnapshots_.add(value); onChanged(); } else { spriteSnapshotsBuilder_.addMessage(value); } return this; } /** *
     *雪碧图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSpriteSnapshot SpriteSnapshots = 7; */ public Builder addSpriteSnapshots( int index, com.byteplus.service.vod.model.business.VodSpriteSnapshot value) { if (spriteSnapshotsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSpriteSnapshotsIsMutable(); spriteSnapshots_.add(index, value); onChanged(); } else { spriteSnapshotsBuilder_.addMessage(index, value); } return this; } /** *
     *雪碧图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSpriteSnapshot SpriteSnapshots = 7; */ public Builder addSpriteSnapshots( com.byteplus.service.vod.model.business.VodSpriteSnapshot.Builder builderForValue) { if (spriteSnapshotsBuilder_ == null) { ensureSpriteSnapshotsIsMutable(); spriteSnapshots_.add(builderForValue.build()); onChanged(); } else { spriteSnapshotsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     *雪碧图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSpriteSnapshot SpriteSnapshots = 7; */ public Builder addSpriteSnapshots( int index, com.byteplus.service.vod.model.business.VodSpriteSnapshot.Builder builderForValue) { if (spriteSnapshotsBuilder_ == null) { ensureSpriteSnapshotsIsMutable(); spriteSnapshots_.add(index, builderForValue.build()); onChanged(); } else { spriteSnapshotsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     *雪碧图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSpriteSnapshot SpriteSnapshots = 7; */ public Builder addAllSpriteSnapshots( java.lang.Iterable values) { if (spriteSnapshotsBuilder_ == null) { ensureSpriteSnapshotsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, spriteSnapshots_); onChanged(); } else { spriteSnapshotsBuilder_.addAllMessages(values); } return this; } /** *
     *雪碧图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSpriteSnapshot SpriteSnapshots = 7; */ public Builder clearSpriteSnapshots() { if (spriteSnapshotsBuilder_ == null) { spriteSnapshots_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000010); onChanged(); } else { spriteSnapshotsBuilder_.clear(); } return this; } /** *
     *雪碧图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSpriteSnapshot SpriteSnapshots = 7; */ public Builder removeSpriteSnapshots(int index) { if (spriteSnapshotsBuilder_ == null) { ensureSpriteSnapshotsIsMutable(); spriteSnapshots_.remove(index); onChanged(); } else { spriteSnapshotsBuilder_.remove(index); } return this; } /** *
     *雪碧图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSpriteSnapshot SpriteSnapshots = 7; */ public com.byteplus.service.vod.model.business.VodSpriteSnapshot.Builder getSpriteSnapshotsBuilder( int index) { return getSpriteSnapshotsFieldBuilder().getBuilder(index); } /** *
     *雪碧图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSpriteSnapshot SpriteSnapshots = 7; */ public com.byteplus.service.vod.model.business.VodSpriteSnapshotOrBuilder getSpriteSnapshotsOrBuilder( int index) { if (spriteSnapshotsBuilder_ == null) { return spriteSnapshots_.get(index); } else { return spriteSnapshotsBuilder_.getMessageOrBuilder(index); } } /** *
     *雪碧图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSpriteSnapshot SpriteSnapshots = 7; */ public java.util.List getSpriteSnapshotsOrBuilderList() { if (spriteSnapshotsBuilder_ != null) { return spriteSnapshotsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(spriteSnapshots_); } } /** *
     *雪碧图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSpriteSnapshot SpriteSnapshots = 7; */ public com.byteplus.service.vod.model.business.VodSpriteSnapshot.Builder addSpriteSnapshotsBuilder() { return getSpriteSnapshotsFieldBuilder().addBuilder( com.byteplus.service.vod.model.business.VodSpriteSnapshot.getDefaultInstance()); } /** *
     *雪碧图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSpriteSnapshot SpriteSnapshots = 7; */ public com.byteplus.service.vod.model.business.VodSpriteSnapshot.Builder addSpriteSnapshotsBuilder( int index) { return getSpriteSnapshotsFieldBuilder().addBuilder( index, com.byteplus.service.vod.model.business.VodSpriteSnapshot.getDefaultInstance()); } /** *
     *雪碧图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSpriteSnapshot SpriteSnapshots = 7; */ public java.util.List getSpriteSnapshotsBuilderList() { return getSpriteSnapshotsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodSpriteSnapshot, com.byteplus.service.vod.model.business.VodSpriteSnapshot.Builder, com.byteplus.service.vod.model.business.VodSpriteSnapshotOrBuilder> getSpriteSnapshotsFieldBuilder() { if (spriteSnapshotsBuilder_ == null) { spriteSnapshotsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodSpriteSnapshot, com.byteplus.service.vod.model.business.VodSpriteSnapshot.Builder, com.byteplus.service.vod.model.business.VodSpriteSnapshotOrBuilder>( spriteSnapshots_, ((bitField0_ & 0x00000010) != 0), getParentForChildren(), isClean()); spriteSnapshots_ = null; } return spriteSnapshotsBuilder_; } private java.util.List vSamplePosterSnapshots_ = java.util.Collections.emptyList(); private void ensureVSamplePosterSnapshotsIsMutable() { if (!((bitField0_ & 0x00000020) != 0)) { vSamplePosterSnapshots_ = new java.util.ArrayList(vSamplePosterSnapshots_); bitField0_ |= 0x00000020; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodSamplePosterSnapshot, com.byteplus.service.vod.model.business.VodSamplePosterSnapshot.Builder, com.byteplus.service.vod.model.business.VodSamplePosterSnapshotOrBuilder> vSamplePosterSnapshotsBuilder_; /** *
     *视频采样截图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSamplePosterSnapshot VSamplePosterSnapshots = 8; */ public java.util.List getVSamplePosterSnapshotsList() { if (vSamplePosterSnapshotsBuilder_ == null) { return java.util.Collections.unmodifiableList(vSamplePosterSnapshots_); } else { return vSamplePosterSnapshotsBuilder_.getMessageList(); } } /** *
     *视频采样截图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSamplePosterSnapshot VSamplePosterSnapshots = 8; */ public int getVSamplePosterSnapshotsCount() { if (vSamplePosterSnapshotsBuilder_ == null) { return vSamplePosterSnapshots_.size(); } else { return vSamplePosterSnapshotsBuilder_.getCount(); } } /** *
     *视频采样截图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSamplePosterSnapshot VSamplePosterSnapshots = 8; */ public com.byteplus.service.vod.model.business.VodSamplePosterSnapshot getVSamplePosterSnapshots(int index) { if (vSamplePosterSnapshotsBuilder_ == null) { return vSamplePosterSnapshots_.get(index); } else { return vSamplePosterSnapshotsBuilder_.getMessage(index); } } /** *
     *视频采样截图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSamplePosterSnapshot VSamplePosterSnapshots = 8; */ public Builder setVSamplePosterSnapshots( int index, com.byteplus.service.vod.model.business.VodSamplePosterSnapshot value) { if (vSamplePosterSnapshotsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureVSamplePosterSnapshotsIsMutable(); vSamplePosterSnapshots_.set(index, value); onChanged(); } else { vSamplePosterSnapshotsBuilder_.setMessage(index, value); } return this; } /** *
     *视频采样截图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSamplePosterSnapshot VSamplePosterSnapshots = 8; */ public Builder setVSamplePosterSnapshots( int index, com.byteplus.service.vod.model.business.VodSamplePosterSnapshot.Builder builderForValue) { if (vSamplePosterSnapshotsBuilder_ == null) { ensureVSamplePosterSnapshotsIsMutable(); vSamplePosterSnapshots_.set(index, builderForValue.build()); onChanged(); } else { vSamplePosterSnapshotsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     *视频采样截图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSamplePosterSnapshot VSamplePosterSnapshots = 8; */ public Builder addVSamplePosterSnapshots(com.byteplus.service.vod.model.business.VodSamplePosterSnapshot value) { if (vSamplePosterSnapshotsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureVSamplePosterSnapshotsIsMutable(); vSamplePosterSnapshots_.add(value); onChanged(); } else { vSamplePosterSnapshotsBuilder_.addMessage(value); } return this; } /** *
     *视频采样截图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSamplePosterSnapshot VSamplePosterSnapshots = 8; */ public Builder addVSamplePosterSnapshots( int index, com.byteplus.service.vod.model.business.VodSamplePosterSnapshot value) { if (vSamplePosterSnapshotsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureVSamplePosterSnapshotsIsMutable(); vSamplePosterSnapshots_.add(index, value); onChanged(); } else { vSamplePosterSnapshotsBuilder_.addMessage(index, value); } return this; } /** *
     *视频采样截图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSamplePosterSnapshot VSamplePosterSnapshots = 8; */ public Builder addVSamplePosterSnapshots( com.byteplus.service.vod.model.business.VodSamplePosterSnapshot.Builder builderForValue) { if (vSamplePosterSnapshotsBuilder_ == null) { ensureVSamplePosterSnapshotsIsMutable(); vSamplePosterSnapshots_.add(builderForValue.build()); onChanged(); } else { vSamplePosterSnapshotsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     *视频采样截图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSamplePosterSnapshot VSamplePosterSnapshots = 8; */ public Builder addVSamplePosterSnapshots( int index, com.byteplus.service.vod.model.business.VodSamplePosterSnapshot.Builder builderForValue) { if (vSamplePosterSnapshotsBuilder_ == null) { ensureVSamplePosterSnapshotsIsMutable(); vSamplePosterSnapshots_.add(index, builderForValue.build()); onChanged(); } else { vSamplePosterSnapshotsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     *视频采样截图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSamplePosterSnapshot VSamplePosterSnapshots = 8; */ public Builder addAllVSamplePosterSnapshots( java.lang.Iterable values) { if (vSamplePosterSnapshotsBuilder_ == null) { ensureVSamplePosterSnapshotsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, vSamplePosterSnapshots_); onChanged(); } else { vSamplePosterSnapshotsBuilder_.addAllMessages(values); } return this; } /** *
     *视频采样截图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSamplePosterSnapshot VSamplePosterSnapshots = 8; */ public Builder clearVSamplePosterSnapshots() { if (vSamplePosterSnapshotsBuilder_ == null) { vSamplePosterSnapshots_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000020); onChanged(); } else { vSamplePosterSnapshotsBuilder_.clear(); } return this; } /** *
     *视频采样截图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSamplePosterSnapshot VSamplePosterSnapshots = 8; */ public Builder removeVSamplePosterSnapshots(int index) { if (vSamplePosterSnapshotsBuilder_ == null) { ensureVSamplePosterSnapshotsIsMutable(); vSamplePosterSnapshots_.remove(index); onChanged(); } else { vSamplePosterSnapshotsBuilder_.remove(index); } return this; } /** *
     *视频采样截图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSamplePosterSnapshot VSamplePosterSnapshots = 8; */ public com.byteplus.service.vod.model.business.VodSamplePosterSnapshot.Builder getVSamplePosterSnapshotsBuilder( int index) { return getVSamplePosterSnapshotsFieldBuilder().getBuilder(index); } /** *
     *视频采样截图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSamplePosterSnapshot VSamplePosterSnapshots = 8; */ public com.byteplus.service.vod.model.business.VodSamplePosterSnapshotOrBuilder getVSamplePosterSnapshotsOrBuilder( int index) { if (vSamplePosterSnapshotsBuilder_ == null) { return vSamplePosterSnapshots_.get(index); } else { return vSamplePosterSnapshotsBuilder_.getMessageOrBuilder(index); } } /** *
     *视频采样截图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSamplePosterSnapshot VSamplePosterSnapshots = 8; */ public java.util.List getVSamplePosterSnapshotsOrBuilderList() { if (vSamplePosterSnapshotsBuilder_ != null) { return vSamplePosterSnapshotsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(vSamplePosterSnapshots_); } } /** *
     *视频采样截图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSamplePosterSnapshot VSamplePosterSnapshots = 8; */ public com.byteplus.service.vod.model.business.VodSamplePosterSnapshot.Builder addVSamplePosterSnapshotsBuilder() { return getVSamplePosterSnapshotsFieldBuilder().addBuilder( com.byteplus.service.vod.model.business.VodSamplePosterSnapshot.getDefaultInstance()); } /** *
     *视频采样截图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSamplePosterSnapshot VSamplePosterSnapshots = 8; */ public com.byteplus.service.vod.model.business.VodSamplePosterSnapshot.Builder addVSamplePosterSnapshotsBuilder( int index) { return getVSamplePosterSnapshotsFieldBuilder().addBuilder( index, com.byteplus.service.vod.model.business.VodSamplePosterSnapshot.getDefaultInstance()); } /** *
     *视频采样截图
     * 
* * repeated .Byteplus.Vod.Models.Business.VodSamplePosterSnapshot VSamplePosterSnapshots = 8; */ public java.util.List getVSamplePosterSnapshotsBuilderList() { return getVSamplePosterSnapshotsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodSamplePosterSnapshot, com.byteplus.service.vod.model.business.VodSamplePosterSnapshot.Builder, com.byteplus.service.vod.model.business.VodSamplePosterSnapshotOrBuilder> getVSamplePosterSnapshotsFieldBuilder() { if (vSamplePosterSnapshotsBuilder_ == null) { vSamplePosterSnapshotsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodSamplePosterSnapshot, com.byteplus.service.vod.model.business.VodSamplePosterSnapshot.Builder, com.byteplus.service.vod.model.business.VodSamplePosterSnapshotOrBuilder>( vSamplePosterSnapshots_, ((bitField0_ & 0x00000020) != 0), getParentForChildren(), isClean()); vSamplePosterSnapshots_ = null; } return vSamplePosterSnapshotsBuilder_; } @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.VodSnapshotData) } // @@protoc_insertion_point(class_scope:Byteplus.Vod.Models.Business.VodSnapshotData) private static final com.byteplus.service.vod.model.business.VodSnapshotData DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.byteplus.service.vod.model.business.VodSnapshotData(); } public static com.byteplus.service.vod.model.business.VodSnapshotData getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public VodSnapshotData parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new VodSnapshotData(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.VodSnapshotData getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy