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

com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult Maven / Gradle / Ivy

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

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

/**
 * Protobuf type {@code Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataResult}
 */
public final class DescribeVodMostPlayedStatisDataResult extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataResult)
    DescribeVodMostPlayedStatisDataResultOrBuilder {
private static final long serialVersionUID = 0L;
  // Use DescribeVodMostPlayedStatisDataResult.newBuilder() to construct.
  private DescribeVodMostPlayedStatisDataResult(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private DescribeVodMostPlayedStatisDataResult() {
    space_ = "";
    startTime_ = "";
    endTime_ = "";
    orderType_ = "";
    playStatInfos_ = java.util.Collections.emptyList();
  }

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

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

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

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

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

            orderType_ = s;
            break;
          }
          case 40: {

            topN_ = input.readInt64();
            break;
          }
          case 50: {
            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
              playStatInfos_ = new java.util.ArrayList();
              mutable_bitField0_ |= 0x00000001;
            }
            playStatInfos_.add(
                input.readMessage(com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItem.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)) {
        playStatInfos_ = java.util.Collections.unmodifiableList(playStatInfos_);
      }
      this.unknownFields = unknownFields.build();
      makeExtensionsImmutable();
    }
  }
  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return com.volcengine.service.vod.model.business.VodMeasure.internal_static_Volcengine_Vod_Models_Business_DescribeVodMostPlayedStatisDataResult_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return com.volcengine.service.vod.model.business.VodMeasure.internal_static_Volcengine_Vod_Models_Business_DescribeVodMostPlayedStatisDataResult_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult.class, com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult.Builder.class);
  }

  public static final int SPACE_FIELD_NUMBER = 1;
  private volatile java.lang.Object space_;
  /**
   * 
   * 空间
   * 
* * string Space = 1; * @return The space. */ @java.lang.Override public java.lang.String getSpace() { java.lang.Object ref = space_; 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(); space_ = s; return s; } } /** *
   * 空间
   * 
* * string Space = 1; * @return The bytes for space. */ @java.lang.Override public com.google.protobuf.ByteString getSpaceBytes() { java.lang.Object ref = space_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); space_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int STARTTIME_FIELD_NUMBER = 2; private volatile java.lang.Object startTime_; /** *
   * 查询的起始时间, rfc3339
   * 
* * string StartTime = 2; * @return The startTime. */ @java.lang.Override public java.lang.String getStartTime() { java.lang.Object ref = startTime_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); startTime_ = s; return s; } } /** *
   * 查询的起始时间, rfc3339
   * 
* * string StartTime = 2; * @return The bytes for startTime. */ @java.lang.Override public com.google.protobuf.ByteString getStartTimeBytes() { java.lang.Object ref = startTime_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); startTime_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ENDTIME_FIELD_NUMBER = 3; private volatile java.lang.Object endTime_; /** *
   * 查询的结束时间, rfc3339;查询时间跨度不超过93天
   * 
* * string EndTime = 3; * @return The endTime. */ @java.lang.Override public java.lang.String getEndTime() { java.lang.Object ref = endTime_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); endTime_ = s; return s; } } /** *
   * 查询的结束时间, rfc3339;查询时间跨度不超过93天
   * 
* * string EndTime = 3; * @return The bytes for endTime. */ @java.lang.Override public com.google.protobuf.ByteString getEndTimeBytes() { java.lang.Object ref = endTime_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); endTime_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ORDERTYPE_FIELD_NUMBER = 4; private volatile java.lang.Object orderType_; /** *
   * 排序类型
   * 
* * string OrderType = 4; * @return The orderType. */ @java.lang.Override public java.lang.String getOrderType() { java.lang.Object ref = orderType_; 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(); orderType_ = s; return s; } } /** *
   * 排序类型
   * 
* * string OrderType = 4; * @return The bytes for orderType. */ @java.lang.Override public com.google.protobuf.ByteString getOrderTypeBytes() { java.lang.Object ref = orderType_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); orderType_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int TOPN_FIELD_NUMBER = 5; private long topN_; /** *
   * 返回视频的个数。默认值为 100。最大为 100。
   * 
* * int64 TopN = 5; * @return The topN. */ @java.lang.Override public long getTopN() { return topN_; } public static final int PLAYSTATINFOS_FIELD_NUMBER = 6; private java.util.List playStatInfos_; /** * repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; */ @java.lang.Override public java.util.List getPlayStatInfosList() { return playStatInfos_; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; */ @java.lang.Override public java.util.List getPlayStatInfosOrBuilderList() { return playStatInfos_; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; */ @java.lang.Override public int getPlayStatInfosCount() { return playStatInfos_.size(); } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; */ @java.lang.Override public com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItem getPlayStatInfos(int index) { return playStatInfos_.get(index); } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; */ @java.lang.Override public com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItemOrBuilder getPlayStatInfosOrBuilder( int index) { return playStatInfos_.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(space_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, space_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(startTime_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, startTime_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(endTime_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, endTime_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(orderType_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, orderType_); } if (topN_ != 0L) { output.writeInt64(5, topN_); } for (int i = 0; i < playStatInfos_.size(); i++) { output.writeMessage(6, playStatInfos_.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(space_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, space_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(startTime_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, startTime_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(endTime_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, endTime_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(orderType_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, orderType_); } if (topN_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(5, topN_); } for (int i = 0; i < playStatInfos_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, playStatInfos_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult)) { return super.equals(obj); } com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult other = (com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult) obj; if (!getSpace() .equals(other.getSpace())) return false; if (!getStartTime() .equals(other.getStartTime())) return false; if (!getEndTime() .equals(other.getEndTime())) return false; if (!getOrderType() .equals(other.getOrderType())) return false; if (getTopN() != other.getTopN()) return false; if (!getPlayStatInfosList() .equals(other.getPlayStatInfosList())) 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) + SPACE_FIELD_NUMBER; hash = (53 * hash) + getSpace().hashCode(); hash = (37 * hash) + STARTTIME_FIELD_NUMBER; hash = (53 * hash) + getStartTime().hashCode(); hash = (37 * hash) + ENDTIME_FIELD_NUMBER; hash = (53 * hash) + getEndTime().hashCode(); hash = (37 * hash) + ORDERTYPE_FIELD_NUMBER; hash = (53 * hash) + getOrderType().hashCode(); hash = (37 * hash) + TOPN_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getTopN()); if (getPlayStatInfosCount() > 0) { hash = (37 * hash) + PLAYSTATINFOS_FIELD_NUMBER; hash = (53 * hash) + getPlayStatInfosList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataResult} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataResult) com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResultOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.volcengine.service.vod.model.business.VodMeasure.internal_static_Volcengine_Vod_Models_Business_DescribeVodMostPlayedStatisDataResult_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.volcengine.service.vod.model.business.VodMeasure.internal_static_Volcengine_Vod_Models_Business_DescribeVodMostPlayedStatisDataResult_fieldAccessorTable .ensureFieldAccessorsInitialized( com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult.class, com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult.Builder.class); } // Construct using com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getPlayStatInfosFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); space_ = ""; startTime_ = ""; endTime_ = ""; orderType_ = ""; topN_ = 0L; if (playStatInfosBuilder_ == null) { playStatInfos_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { playStatInfosBuilder_.clear(); } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.volcengine.service.vod.model.business.VodMeasure.internal_static_Volcengine_Vod_Models_Business_DescribeVodMostPlayedStatisDataResult_descriptor; } @java.lang.Override public com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult getDefaultInstanceForType() { return com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult.getDefaultInstance(); } @java.lang.Override public com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult build() { com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult buildPartial() { com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult result = new com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult(this); int from_bitField0_ = bitField0_; result.space_ = space_; result.startTime_ = startTime_; result.endTime_ = endTime_; result.orderType_ = orderType_; result.topN_ = topN_; if (playStatInfosBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { playStatInfos_ = java.util.Collections.unmodifiableList(playStatInfos_); bitField0_ = (bitField0_ & ~0x00000001); } result.playStatInfos_ = playStatInfos_; } else { result.playStatInfos_ = playStatInfosBuilder_.build(); } onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult) { return mergeFrom((com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult other) { if (other == com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult.getDefaultInstance()) return this; if (!other.getSpace().isEmpty()) { space_ = other.space_; onChanged(); } if (!other.getStartTime().isEmpty()) { startTime_ = other.startTime_; onChanged(); } if (!other.getEndTime().isEmpty()) { endTime_ = other.endTime_; onChanged(); } if (!other.getOrderType().isEmpty()) { orderType_ = other.orderType_; onChanged(); } if (other.getTopN() != 0L) { setTopN(other.getTopN()); } if (playStatInfosBuilder_ == null) { if (!other.playStatInfos_.isEmpty()) { if (playStatInfos_.isEmpty()) { playStatInfos_ = other.playStatInfos_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensurePlayStatInfosIsMutable(); playStatInfos_.addAll(other.playStatInfos_); } onChanged(); } } else { if (!other.playStatInfos_.isEmpty()) { if (playStatInfosBuilder_.isEmpty()) { playStatInfosBuilder_.dispose(); playStatInfosBuilder_ = null; playStatInfos_ = other.playStatInfos_; bitField0_ = (bitField0_ & ~0x00000001); playStatInfosBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getPlayStatInfosFieldBuilder() : null; } else { playStatInfosBuilder_.addAllMessages(other.playStatInfos_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object space_ = ""; /** *
     * 空间
     * 
* * string Space = 1; * @return The space. */ public java.lang.String getSpace() { java.lang.Object ref = space_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); space_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * 空间
     * 
* * string Space = 1; * @return The bytes for space. */ public com.google.protobuf.ByteString getSpaceBytes() { java.lang.Object ref = space_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); space_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * 空间
     * 
* * string Space = 1; * @param value The space to set. * @return This builder for chaining. */ public Builder setSpace( java.lang.String value) { if (value == null) { throw new NullPointerException(); } space_ = value; onChanged(); return this; } /** *
     * 空间
     * 
* * string Space = 1; * @return This builder for chaining. */ public Builder clearSpace() { space_ = getDefaultInstance().getSpace(); onChanged(); return this; } /** *
     * 空间
     * 
* * string Space = 1; * @param value The bytes for space to set. * @return This builder for chaining. */ public Builder setSpaceBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); space_ = value; onChanged(); return this; } private java.lang.Object startTime_ = ""; /** *
     * 查询的起始时间, rfc3339
     * 
* * string StartTime = 2; * @return The startTime. */ public java.lang.String getStartTime() { java.lang.Object ref = startTime_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); startTime_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * 查询的起始时间, rfc3339
     * 
* * string StartTime = 2; * @return The bytes for startTime. */ public com.google.protobuf.ByteString getStartTimeBytes() { java.lang.Object ref = startTime_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); startTime_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * 查询的起始时间, rfc3339
     * 
* * string StartTime = 2; * @param value The startTime to set. * @return This builder for chaining. */ public Builder setStartTime( java.lang.String value) { if (value == null) { throw new NullPointerException(); } startTime_ = value; onChanged(); return this; } /** *
     * 查询的起始时间, rfc3339
     * 
* * string StartTime = 2; * @return This builder for chaining. */ public Builder clearStartTime() { startTime_ = getDefaultInstance().getStartTime(); onChanged(); return this; } /** *
     * 查询的起始时间, rfc3339
     * 
* * string StartTime = 2; * @param value The bytes for startTime to set. * @return This builder for chaining. */ public Builder setStartTimeBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); startTime_ = value; onChanged(); return this; } private java.lang.Object endTime_ = ""; /** *
     * 查询的结束时间, rfc3339;查询时间跨度不超过93天
     * 
* * string EndTime = 3; * @return The endTime. */ public java.lang.String getEndTime() { java.lang.Object ref = endTime_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); endTime_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * 查询的结束时间, rfc3339;查询时间跨度不超过93天
     * 
* * string EndTime = 3; * @return The bytes for endTime. */ public com.google.protobuf.ByteString getEndTimeBytes() { java.lang.Object ref = endTime_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); endTime_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * 查询的结束时间, rfc3339;查询时间跨度不超过93天
     * 
* * string EndTime = 3; * @param value The endTime to set. * @return This builder for chaining. */ public Builder setEndTime( java.lang.String value) { if (value == null) { throw new NullPointerException(); } endTime_ = value; onChanged(); return this; } /** *
     * 查询的结束时间, rfc3339;查询时间跨度不超过93天
     * 
* * string EndTime = 3; * @return This builder for chaining. */ public Builder clearEndTime() { endTime_ = getDefaultInstance().getEndTime(); onChanged(); return this; } /** *
     * 查询的结束时间, rfc3339;查询时间跨度不超过93天
     * 
* * string EndTime = 3; * @param value The bytes for endTime to set. * @return This builder for chaining. */ public Builder setEndTimeBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); endTime_ = value; onChanged(); return this; } private java.lang.Object orderType_ = ""; /** *
     * 排序类型
     * 
* * string OrderType = 4; * @return The orderType. */ public java.lang.String getOrderType() { java.lang.Object ref = orderType_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); orderType_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * 排序类型
     * 
* * string OrderType = 4; * @return The bytes for orderType. */ public com.google.protobuf.ByteString getOrderTypeBytes() { java.lang.Object ref = orderType_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); orderType_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * 排序类型
     * 
* * string OrderType = 4; * @param value The orderType to set. * @return This builder for chaining. */ public Builder setOrderType( java.lang.String value) { if (value == null) { throw new NullPointerException(); } orderType_ = value; onChanged(); return this; } /** *
     * 排序类型
     * 
* * string OrderType = 4; * @return This builder for chaining. */ public Builder clearOrderType() { orderType_ = getDefaultInstance().getOrderType(); onChanged(); return this; } /** *
     * 排序类型
     * 
* * string OrderType = 4; * @param value The bytes for orderType to set. * @return This builder for chaining. */ public Builder setOrderTypeBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); orderType_ = value; onChanged(); return this; } private long topN_ ; /** *
     * 返回视频的个数。默认值为 100。最大为 100。
     * 
* * int64 TopN = 5; * @return The topN. */ @java.lang.Override public long getTopN() { return topN_; } /** *
     * 返回视频的个数。默认值为 100。最大为 100。
     * 
* * int64 TopN = 5; * @param value The topN to set. * @return This builder for chaining. */ public Builder setTopN(long value) { topN_ = value; onChanged(); return this; } /** *
     * 返回视频的个数。默认值为 100。最大为 100。
     * 
* * int64 TopN = 5; * @return This builder for chaining. */ public Builder clearTopN() { topN_ = 0L; onChanged(); return this; } private java.util.List playStatInfos_ = java.util.Collections.emptyList(); private void ensurePlayStatInfosIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { playStatInfos_ = new java.util.ArrayList(playStatInfos_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItem, com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItem.Builder, com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItemOrBuilder> playStatInfosBuilder_; /** * repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; */ public java.util.List getPlayStatInfosList() { if (playStatInfosBuilder_ == null) { return java.util.Collections.unmodifiableList(playStatInfos_); } else { return playStatInfosBuilder_.getMessageList(); } } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; */ public int getPlayStatInfosCount() { if (playStatInfosBuilder_ == null) { return playStatInfos_.size(); } else { return playStatInfosBuilder_.getCount(); } } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; */ public com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItem getPlayStatInfos(int index) { if (playStatInfosBuilder_ == null) { return playStatInfos_.get(index); } else { return playStatInfosBuilder_.getMessage(index); } } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; */ public Builder setPlayStatInfos( int index, com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItem value) { if (playStatInfosBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePlayStatInfosIsMutable(); playStatInfos_.set(index, value); onChanged(); } else { playStatInfosBuilder_.setMessage(index, value); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; */ public Builder setPlayStatInfos( int index, com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItem.Builder builderForValue) { if (playStatInfosBuilder_ == null) { ensurePlayStatInfosIsMutable(); playStatInfos_.set(index, builderForValue.build()); onChanged(); } else { playStatInfosBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; */ public Builder addPlayStatInfos(com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItem value) { if (playStatInfosBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePlayStatInfosIsMutable(); playStatInfos_.add(value); onChanged(); } else { playStatInfosBuilder_.addMessage(value); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; */ public Builder addPlayStatInfos( int index, com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItem value) { if (playStatInfosBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePlayStatInfosIsMutable(); playStatInfos_.add(index, value); onChanged(); } else { playStatInfosBuilder_.addMessage(index, value); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; */ public Builder addPlayStatInfos( com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItem.Builder builderForValue) { if (playStatInfosBuilder_ == null) { ensurePlayStatInfosIsMutable(); playStatInfos_.add(builderForValue.build()); onChanged(); } else { playStatInfosBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; */ public Builder addPlayStatInfos( int index, com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItem.Builder builderForValue) { if (playStatInfosBuilder_ == null) { ensurePlayStatInfosIsMutable(); playStatInfos_.add(index, builderForValue.build()); onChanged(); } else { playStatInfosBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; */ public Builder addAllPlayStatInfos( java.lang.Iterable values) { if (playStatInfosBuilder_ == null) { ensurePlayStatInfosIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, playStatInfos_); onChanged(); } else { playStatInfosBuilder_.addAllMessages(values); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; */ public Builder clearPlayStatInfos() { if (playStatInfosBuilder_ == null) { playStatInfos_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { playStatInfosBuilder_.clear(); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; */ public Builder removePlayStatInfos(int index) { if (playStatInfosBuilder_ == null) { ensurePlayStatInfosIsMutable(); playStatInfos_.remove(index); onChanged(); } else { playStatInfosBuilder_.remove(index); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; */ public com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItem.Builder getPlayStatInfosBuilder( int index) { return getPlayStatInfosFieldBuilder().getBuilder(index); } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; */ public com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItemOrBuilder getPlayStatInfosOrBuilder( int index) { if (playStatInfosBuilder_ == null) { return playStatInfos_.get(index); } else { return playStatInfosBuilder_.getMessageOrBuilder(index); } } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; */ public java.util.List getPlayStatInfosOrBuilderList() { if (playStatInfosBuilder_ != null) { return playStatInfosBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(playStatInfos_); } } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; */ public com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItem.Builder addPlayStatInfosBuilder() { return getPlayStatInfosFieldBuilder().addBuilder( com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItem.getDefaultInstance()); } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; */ public com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItem.Builder addPlayStatInfosBuilder( int index) { return getPlayStatInfosFieldBuilder().addBuilder( index, com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItem.getDefaultInstance()); } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; */ public java.util.List getPlayStatInfosBuilderList() { return getPlayStatInfosFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItem, com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItem.Builder, com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItemOrBuilder> getPlayStatInfosFieldBuilder() { if (playStatInfosBuilder_ == null) { playStatInfosBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItem, com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItem.Builder, com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItemOrBuilder>( playStatInfos_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); playStatInfos_ = null; } return playStatInfosBuilder_; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataResult) } // @@protoc_insertion_point(class_scope:Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataResult) private static final com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult(); } public static com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public DescribeVodMostPlayedStatisDataResult parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new DescribeVodMostPlayedStatisDataResult(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResult getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy