com.volcengine.service.vod.model.business.VodSamplePosterSnapshot Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/business/vod_media.proto
package com.volcengine.service.vod.model.business;
/**
* Protobuf type {@code Volcengine.Vod.Models.Business.VodSamplePosterSnapshot}
*/
public final class VodSamplePosterSnapshot extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Volcengine.Vod.Models.Business.VodSamplePosterSnapshot)
VodSamplePosterSnapshotOrBuilder {
private static final long serialVersionUID = 0L;
// Use VodSamplePosterSnapshot.newBuilder() to construct.
private VodSamplePosterSnapshot(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private VodSamplePosterSnapshot() {
storeUris_ = com.google.protobuf.LazyStringArrayList.EMPTY;
format_ = "";
urls_ = com.google.protobuf.LazyStringArrayList.EMPTY;
largeSnapshotUri_ = "";
largeSnapshotDownloadUrl_ = "";
largeSnapshotFillType_ = "";
offsets_ = emptyFloatList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new VodSamplePosterSnapshot();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private VodSamplePosterSnapshot(
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();
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
storeUris_ = new com.google.protobuf.LazyStringArrayList();
mutable_bitField0_ |= 0x00000001;
}
storeUris_.add(s);
break;
}
case 16: {
imgNum_ = input.readInt32();
break;
}
case 24: {
cellWidth_ = input.readInt32();
break;
}
case 32: {
cellHeight_ = input.readInt32();
break;
}
case 45: {
interval_ = input.readFloat();
break;
}
case 50: {
java.lang.String s = input.readStringRequireUtf8();
format_ = s;
break;
}
case 61: {
duration_ = input.readFloat();
break;
}
case 66: {
java.lang.String s = input.readStringRequireUtf8();
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
urls_ = new com.google.protobuf.LazyStringArrayList();
mutable_bitField0_ |= 0x00000002;
}
urls_.add(s);
break;
}
case 74: {
java.lang.String s = input.readStringRequireUtf8();
largeSnapshotUri_ = s;
break;
}
case 82: {
java.lang.String s = input.readStringRequireUtf8();
largeSnapshotDownloadUrl_ = s;
break;
}
case 90: {
java.lang.String s = input.readStringRequireUtf8();
largeSnapshotFillType_ = s;
break;
}
case 101: {
if (!((mutable_bitField0_ & 0x00000004) != 0)) {
offsets_ = newFloatList();
mutable_bitField0_ |= 0x00000004;
}
offsets_.addFloat(input.readFloat());
break;
}
case 98: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000004) != 0) && input.getBytesUntilLimit() > 0) {
offsets_ = newFloatList();
mutable_bitField0_ |= 0x00000004;
}
while (input.getBytesUntilLimit() > 0) {
offsets_.addFloat(input.readFloat());
}
input.popLimit(limit);
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)) {
storeUris_ = storeUris_.getUnmodifiableView();
}
if (((mutable_bitField0_ & 0x00000002) != 0)) {
urls_ = urls_.getUnmodifiableView();
}
if (((mutable_bitField0_ & 0x00000004) != 0)) {
offsets_.makeImmutable(); // C
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.volcengine.service.vod.model.business.VodMedia.internal_static_Volcengine_Vod_Models_Business_VodSamplePosterSnapshot_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.volcengine.service.vod.model.business.VodMedia.internal_static_Volcengine_Vod_Models_Business_VodSamplePosterSnapshot_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.volcengine.service.vod.model.business.VodSamplePosterSnapshot.class, com.volcengine.service.vod.model.business.VodSamplePosterSnapshot.Builder.class);
}
public static final int STOREURIS_FIELD_NUMBER = 1;
private com.google.protobuf.LazyStringList storeUris_;
/**
*
*多张雪碧图地址,item为string
*
*
* repeated string StoreUris = 1;
* @return A list containing the storeUris.
*/
public com.google.protobuf.ProtocolStringList
getStoreUrisList() {
return storeUris_;
}
/**
*
*多张雪碧图地址,item为string
*
*
* repeated string StoreUris = 1;
* @return The count of storeUris.
*/
public int getStoreUrisCount() {
return storeUris_.size();
}
/**
*
*多张雪碧图地址,item为string
*
*
* repeated string StoreUris = 1;
* @param index The index of the element to return.
* @return The storeUris at the given index.
*/
public java.lang.String getStoreUris(int index) {
return storeUris_.get(index);
}
/**
*
*多张雪碧图地址,item为string
*
*
* repeated string StoreUris = 1;
* @param index The index of the value to return.
* @return The bytes of the storeUris at the given index.
*/
public com.google.protobuf.ByteString
getStoreUrisBytes(int index) {
return storeUris_.getByteString(index);
}
public static final int IMGNUM_FIELD_NUMBER = 2;
private int imgNum_;
/**
*
*小图数量
*
*
* int32 ImgNum = 2;
* @return The imgNum.
*/
@java.lang.Override
public int getImgNum() {
return imgNum_;
}
public static final int CELLWIDTH_FIELD_NUMBER = 3;
private int cellWidth_;
/**
*
*小图宽
*
*
* int32 CellWidth = 3;
* @return The cellWidth.
*/
@java.lang.Override
public int getCellWidth() {
return cellWidth_;
}
public static final int CELLHEIGHT_FIELD_NUMBER = 4;
private int cellHeight_;
/**
*
*小图高
*
*
* int32 CellHeight = 4;
* @return The cellHeight.
*/
@java.lang.Override
public int getCellHeight() {
return cellHeight_;
}
public static final int INTERVAL_FIELD_NUMBER = 5;
private float interval_;
/**
*
*截图间隔
*
*
* float Interval = 5;
* @return The interval.
*/
@java.lang.Override
public float getInterval() {
return interval_;
}
public static final int FORMAT_FIELD_NUMBER = 6;
private volatile java.lang.Object format_;
/**
*
*格式,目前默认 'jpg'
*
*
* string Format = 6;
* @return The format.
*/
@java.lang.Override
public java.lang.String getFormat() {
java.lang.Object ref = format_;
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();
format_ = s;
return s;
}
}
/**
*
*格式,目前默认 'jpg'
*
*
* string Format = 6;
* @return The bytes for format.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getFormatBytes() {
java.lang.Object ref = format_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
format_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int DURATION_FIELD_NUMBER = 7;
private float duration_;
/**
*
*视频时长
*
*
* float Duration = 7;
* @return The duration.
*/
@java.lang.Override
public float getDuration() {
return duration_;
}
public static final int URLS_FIELD_NUMBER = 8;
private com.google.protobuf.LazyStringList urls_;
/**
*
*图片地址列表
*
*
* repeated string Urls = 8;
* @return A list containing the urls.
*/
public com.google.protobuf.ProtocolStringList
getUrlsList() {
return urls_;
}
/**
*
*图片地址列表
*
*
* repeated string Urls = 8;
* @return The count of urls.
*/
public int getUrlsCount() {
return urls_.size();
}
/**
*
*图片地址列表
*
*
* repeated string Urls = 8;
* @param index The index of the element to return.
* @return The urls at the given index.
*/
public java.lang.String getUrls(int index) {
return urls_.get(index);
}
/**
*
*图片地址列表
*
*
* repeated string Urls = 8;
* @param index The index of the value to return.
* @return The bytes of the urls at the given index.
*/
public com.google.protobuf.ByteString
getUrlsBytes(int index) {
return urls_.getByteString(index);
}
public static final int LARGESNAPSHOTURI_FIELD_NUMBER = 9;
private volatile java.lang.Object largeSnapshotUri_;
/**
*
*大量截图结果文件uri
*
*
* string LargeSnapshotUri = 9;
* @return The largeSnapshotUri.
*/
@java.lang.Override
public java.lang.String getLargeSnapshotUri() {
java.lang.Object ref = largeSnapshotUri_;
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();
largeSnapshotUri_ = s;
return s;
}
}
/**
*
*大量截图结果文件uri
*
*
* string LargeSnapshotUri = 9;
* @return The bytes for largeSnapshotUri.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getLargeSnapshotUriBytes() {
java.lang.Object ref = largeSnapshotUri_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
largeSnapshotUri_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int LARGESNAPSHOTDOWNLOADURL_FIELD_NUMBER = 10;
private volatile java.lang.Object largeSnapshotDownloadUrl_;
/**
*
*大量截图结果文件下载地址
*
*
* string LargeSnapshotDownloadUrl = 10;
* @return The largeSnapshotDownloadUrl.
*/
@java.lang.Override
public java.lang.String getLargeSnapshotDownloadUrl() {
java.lang.Object ref = largeSnapshotDownloadUrl_;
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();
largeSnapshotDownloadUrl_ = s;
return s;
}
}
/**
*
*大量截图结果文件下载地址
*
*
* string LargeSnapshotDownloadUrl = 10;
* @return The bytes for largeSnapshotDownloadUrl.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getLargeSnapshotDownloadUrlBytes() {
java.lang.Object ref = largeSnapshotDownloadUrl_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
largeSnapshotDownloadUrl_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int LARGESNAPSHOTFILLTYPE_FIELD_NUMBER = 11;
private volatile java.lang.Object largeSnapshotFillType_;
/**
*
*大量截图结果处理模版
*
*
* string LargeSnapshotFillType = 11;
* @return The largeSnapshotFillType.
*/
@java.lang.Override
public java.lang.String getLargeSnapshotFillType() {
java.lang.Object ref = largeSnapshotFillType_;
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();
largeSnapshotFillType_ = s;
return s;
}
}
/**
*
*大量截图结果处理模版
*
*
* string LargeSnapshotFillType = 11;
* @return The bytes for largeSnapshotFillType.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getLargeSnapshotFillTypeBytes() {
java.lang.Object ref = largeSnapshotFillType_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
largeSnapshotFillType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int OFFSETS_FIELD_NUMBER = 12;
private com.google.protobuf.Internal.FloatList offsets_;
/**
*
*偏移量
*
*
* repeated float Offsets = 12;
* @return A list containing the offsets.
*/
@java.lang.Override
public java.util.List
getOffsetsList() {
return offsets_;
}
/**
*
*偏移量
*
*
* repeated float Offsets = 12;
* @return The count of offsets.
*/
public int getOffsetsCount() {
return offsets_.size();
}
/**
*
*偏移量
*
*
* repeated float Offsets = 12;
* @param index The index of the element to return.
* @return The offsets at the given index.
*/
public float getOffsets(int index) {
return offsets_.getFloat(index);
}
private int offsetsMemoizedSerializedSize = -1;
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 {
getSerializedSize();
for (int i = 0; i < storeUris_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, storeUris_.getRaw(i));
}
if (imgNum_ != 0) {
output.writeInt32(2, imgNum_);
}
if (cellWidth_ != 0) {
output.writeInt32(3, cellWidth_);
}
if (cellHeight_ != 0) {
output.writeInt32(4, cellHeight_);
}
if (java.lang.Float.floatToRawIntBits(interval_) != 0) {
output.writeFloat(5, interval_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(format_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, format_);
}
if (java.lang.Float.floatToRawIntBits(duration_) != 0) {
output.writeFloat(7, duration_);
}
for (int i = 0; i < urls_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, urls_.getRaw(i));
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(largeSnapshotUri_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 9, largeSnapshotUri_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(largeSnapshotDownloadUrl_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 10, largeSnapshotDownloadUrl_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(largeSnapshotFillType_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 11, largeSnapshotFillType_);
}
if (getOffsetsList().size() > 0) {
output.writeUInt32NoTag(98);
output.writeUInt32NoTag(offsetsMemoizedSerializedSize);
}
for (int i = 0; i < offsets_.size(); i++) {
output.writeFloatNoTag(offsets_.getFloat(i));
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
{
int dataSize = 0;
for (int i = 0; i < storeUris_.size(); i++) {
dataSize += computeStringSizeNoTag(storeUris_.getRaw(i));
}
size += dataSize;
size += 1 * getStoreUrisList().size();
}
if (imgNum_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(2, imgNum_);
}
if (cellWidth_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(3, cellWidth_);
}
if (cellHeight_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(4, cellHeight_);
}
if (java.lang.Float.floatToRawIntBits(interval_) != 0) {
size += com.google.protobuf.CodedOutputStream
.computeFloatSize(5, interval_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(format_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, format_);
}
if (java.lang.Float.floatToRawIntBits(duration_) != 0) {
size += com.google.protobuf.CodedOutputStream
.computeFloatSize(7, duration_);
}
{
int dataSize = 0;
for (int i = 0; i < urls_.size(); i++) {
dataSize += computeStringSizeNoTag(urls_.getRaw(i));
}
size += dataSize;
size += 1 * getUrlsList().size();
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(largeSnapshotUri_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, largeSnapshotUri_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(largeSnapshotDownloadUrl_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, largeSnapshotDownloadUrl_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(largeSnapshotFillType_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, largeSnapshotFillType_);
}
{
int dataSize = 0;
dataSize = 4 * getOffsetsList().size();
size += dataSize;
if (!getOffsetsList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
offsetsMemoizedSerializedSize = dataSize;
}
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.VodSamplePosterSnapshot)) {
return super.equals(obj);
}
com.volcengine.service.vod.model.business.VodSamplePosterSnapshot other = (com.volcengine.service.vod.model.business.VodSamplePosterSnapshot) obj;
if (!getStoreUrisList()
.equals(other.getStoreUrisList())) return false;
if (getImgNum()
!= other.getImgNum()) return false;
if (getCellWidth()
!= other.getCellWidth()) return false;
if (getCellHeight()
!= other.getCellHeight()) return false;
if (java.lang.Float.floatToIntBits(getInterval())
!= java.lang.Float.floatToIntBits(
other.getInterval())) return false;
if (!getFormat()
.equals(other.getFormat())) return false;
if (java.lang.Float.floatToIntBits(getDuration())
!= java.lang.Float.floatToIntBits(
other.getDuration())) return false;
if (!getUrlsList()
.equals(other.getUrlsList())) return false;
if (!getLargeSnapshotUri()
.equals(other.getLargeSnapshotUri())) return false;
if (!getLargeSnapshotDownloadUrl()
.equals(other.getLargeSnapshotDownloadUrl())) return false;
if (!getLargeSnapshotFillType()
.equals(other.getLargeSnapshotFillType())) return false;
if (!getOffsetsList()
.equals(other.getOffsetsList())) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (getStoreUrisCount() > 0) {
hash = (37 * hash) + STOREURIS_FIELD_NUMBER;
hash = (53 * hash) + getStoreUrisList().hashCode();
}
hash = (37 * hash) + IMGNUM_FIELD_NUMBER;
hash = (53 * hash) + getImgNum();
hash = (37 * hash) + CELLWIDTH_FIELD_NUMBER;
hash = (53 * hash) + getCellWidth();
hash = (37 * hash) + CELLHEIGHT_FIELD_NUMBER;
hash = (53 * hash) + getCellHeight();
hash = (37 * hash) + INTERVAL_FIELD_NUMBER;
hash = (53 * hash) + java.lang.Float.floatToIntBits(
getInterval());
hash = (37 * hash) + FORMAT_FIELD_NUMBER;
hash = (53 * hash) + getFormat().hashCode();
hash = (37 * hash) + DURATION_FIELD_NUMBER;
hash = (53 * hash) + java.lang.Float.floatToIntBits(
getDuration());
if (getUrlsCount() > 0) {
hash = (37 * hash) + URLS_FIELD_NUMBER;
hash = (53 * hash) + getUrlsList().hashCode();
}
hash = (37 * hash) + LARGESNAPSHOTURI_FIELD_NUMBER;
hash = (53 * hash) + getLargeSnapshotUri().hashCode();
hash = (37 * hash) + LARGESNAPSHOTDOWNLOADURL_FIELD_NUMBER;
hash = (53 * hash) + getLargeSnapshotDownloadUrl().hashCode();
hash = (37 * hash) + LARGESNAPSHOTFILLTYPE_FIELD_NUMBER;
hash = (53 * hash) + getLargeSnapshotFillType().hashCode();
if (getOffsetsCount() > 0) {
hash = (37 * hash) + OFFSETS_FIELD_NUMBER;
hash = (53 * hash) + getOffsetsList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.volcengine.service.vod.model.business.VodSamplePosterSnapshot parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.volcengine.service.vod.model.business.VodSamplePosterSnapshot 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.VodSamplePosterSnapshot parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.volcengine.service.vod.model.business.VodSamplePosterSnapshot 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.VodSamplePosterSnapshot parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.volcengine.service.vod.model.business.VodSamplePosterSnapshot 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.VodSamplePosterSnapshot 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.VodSamplePosterSnapshot 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.VodSamplePosterSnapshot 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.VodSamplePosterSnapshot 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.VodSamplePosterSnapshot 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.VodSamplePosterSnapshot 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.VodSamplePosterSnapshot 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.VodSamplePosterSnapshot}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:Volcengine.Vod.Models.Business.VodSamplePosterSnapshot)
com.volcengine.service.vod.model.business.VodSamplePosterSnapshotOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.volcengine.service.vod.model.business.VodMedia.internal_static_Volcengine_Vod_Models_Business_VodSamplePosterSnapshot_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.volcengine.service.vod.model.business.VodMedia.internal_static_Volcengine_Vod_Models_Business_VodSamplePosterSnapshot_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.volcengine.service.vod.model.business.VodSamplePosterSnapshot.class, com.volcengine.service.vod.model.business.VodSamplePosterSnapshot.Builder.class);
}
// Construct using com.volcengine.service.vod.model.business.VodSamplePosterSnapshot.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
@java.lang.Override
public Builder clear() {
super.clear();
storeUris_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000001);
imgNum_ = 0;
cellWidth_ = 0;
cellHeight_ = 0;
interval_ = 0F;
format_ = "";
duration_ = 0F;
urls_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000002);
largeSnapshotUri_ = "";
largeSnapshotDownloadUrl_ = "";
largeSnapshotFillType_ = "";
offsets_ = emptyFloatList();
bitField0_ = (bitField0_ & ~0x00000004);
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.volcengine.service.vod.model.business.VodMedia.internal_static_Volcengine_Vod_Models_Business_VodSamplePosterSnapshot_descriptor;
}
@java.lang.Override
public com.volcengine.service.vod.model.business.VodSamplePosterSnapshot getDefaultInstanceForType() {
return com.volcengine.service.vod.model.business.VodSamplePosterSnapshot.getDefaultInstance();
}
@java.lang.Override
public com.volcengine.service.vod.model.business.VodSamplePosterSnapshot build() {
com.volcengine.service.vod.model.business.VodSamplePosterSnapshot result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.volcengine.service.vod.model.business.VodSamplePosterSnapshot buildPartial() {
com.volcengine.service.vod.model.business.VodSamplePosterSnapshot result = new com.volcengine.service.vod.model.business.VodSamplePosterSnapshot(this);
int from_bitField0_ = bitField0_;
if (((bitField0_ & 0x00000001) != 0)) {
storeUris_ = storeUris_.getUnmodifiableView();
bitField0_ = (bitField0_ & ~0x00000001);
}
result.storeUris_ = storeUris_;
result.imgNum_ = imgNum_;
result.cellWidth_ = cellWidth_;
result.cellHeight_ = cellHeight_;
result.interval_ = interval_;
result.format_ = format_;
result.duration_ = duration_;
if (((bitField0_ & 0x00000002) != 0)) {
urls_ = urls_.getUnmodifiableView();
bitField0_ = (bitField0_ & ~0x00000002);
}
result.urls_ = urls_;
result.largeSnapshotUri_ = largeSnapshotUri_;
result.largeSnapshotDownloadUrl_ = largeSnapshotDownloadUrl_;
result.largeSnapshotFillType_ = largeSnapshotFillType_;
if (((bitField0_ & 0x00000004) != 0)) {
offsets_.makeImmutable();
bitField0_ = (bitField0_ & ~0x00000004);
}
result.offsets_ = offsets_;
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.VodSamplePosterSnapshot) {
return mergeFrom((com.volcengine.service.vod.model.business.VodSamplePosterSnapshot)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.volcengine.service.vod.model.business.VodSamplePosterSnapshot other) {
if (other == com.volcengine.service.vod.model.business.VodSamplePosterSnapshot.getDefaultInstance()) return this;
if (!other.storeUris_.isEmpty()) {
if (storeUris_.isEmpty()) {
storeUris_ = other.storeUris_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureStoreUrisIsMutable();
storeUris_.addAll(other.storeUris_);
}
onChanged();
}
if (other.getImgNum() != 0) {
setImgNum(other.getImgNum());
}
if (other.getCellWidth() != 0) {
setCellWidth(other.getCellWidth());
}
if (other.getCellHeight() != 0) {
setCellHeight(other.getCellHeight());
}
if (other.getInterval() != 0F) {
setInterval(other.getInterval());
}
if (!other.getFormat().isEmpty()) {
format_ = other.format_;
onChanged();
}
if (other.getDuration() != 0F) {
setDuration(other.getDuration());
}
if (!other.urls_.isEmpty()) {
if (urls_.isEmpty()) {
urls_ = other.urls_;
bitField0_ = (bitField0_ & ~0x00000002);
} else {
ensureUrlsIsMutable();
urls_.addAll(other.urls_);
}
onChanged();
}
if (!other.getLargeSnapshotUri().isEmpty()) {
largeSnapshotUri_ = other.largeSnapshotUri_;
onChanged();
}
if (!other.getLargeSnapshotDownloadUrl().isEmpty()) {
largeSnapshotDownloadUrl_ = other.largeSnapshotDownloadUrl_;
onChanged();
}
if (!other.getLargeSnapshotFillType().isEmpty()) {
largeSnapshotFillType_ = other.largeSnapshotFillType_;
onChanged();
}
if (!other.offsets_.isEmpty()) {
if (offsets_.isEmpty()) {
offsets_ = other.offsets_;
bitField0_ = (bitField0_ & ~0x00000004);
} else {
ensureOffsetsIsMutable();
offsets_.addAll(other.offsets_);
}
onChanged();
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
com.volcengine.service.vod.model.business.VodSamplePosterSnapshot parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.volcengine.service.vod.model.business.VodSamplePosterSnapshot) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private com.google.protobuf.LazyStringList storeUris_ = com.google.protobuf.LazyStringArrayList.EMPTY;
private void ensureStoreUrisIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
storeUris_ = new com.google.protobuf.LazyStringArrayList(storeUris_);
bitField0_ |= 0x00000001;
}
}
/**
*
*多张雪碧图地址,item为string
*
*
* repeated string StoreUris = 1;
* @return A list containing the storeUris.
*/
public com.google.protobuf.ProtocolStringList
getStoreUrisList() {
return storeUris_.getUnmodifiableView();
}
/**
*
*多张雪碧图地址,item为string
*
*
* repeated string StoreUris = 1;
* @return The count of storeUris.
*/
public int getStoreUrisCount() {
return storeUris_.size();
}
/**
*
*多张雪碧图地址,item为string
*
*
* repeated string StoreUris = 1;
* @param index The index of the element to return.
* @return The storeUris at the given index.
*/
public java.lang.String getStoreUris(int index) {
return storeUris_.get(index);
}
/**
*
*多张雪碧图地址,item为string
*
*
* repeated string StoreUris = 1;
* @param index The index of the value to return.
* @return The bytes of the storeUris at the given index.
*/
public com.google.protobuf.ByteString
getStoreUrisBytes(int index) {
return storeUris_.getByteString(index);
}
/**
*
*多张雪碧图地址,item为string
*
*
* repeated string StoreUris = 1;
* @param index The index to set the value at.
* @param value The storeUris to set.
* @return This builder for chaining.
*/
public Builder setStoreUris(
int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureStoreUrisIsMutable();
storeUris_.set(index, value);
onChanged();
return this;
}
/**
*
*多张雪碧图地址,item为string
*
*
* repeated string StoreUris = 1;
* @param value The storeUris to add.
* @return This builder for chaining.
*/
public Builder addStoreUris(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureStoreUrisIsMutable();
storeUris_.add(value);
onChanged();
return this;
}
/**
*
*多张雪碧图地址,item为string
*
*
* repeated string StoreUris = 1;
* @param values The storeUris to add.
* @return This builder for chaining.
*/
public Builder addAllStoreUris(
java.lang.Iterable values) {
ensureStoreUrisIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, storeUris_);
onChanged();
return this;
}
/**
*
*多张雪碧图地址,item为string
*
*
* repeated string StoreUris = 1;
* @return This builder for chaining.
*/
public Builder clearStoreUris() {
storeUris_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
*
*多张雪碧图地址,item为string
*
*
* repeated string StoreUris = 1;
* @param value The bytes of the storeUris to add.
* @return This builder for chaining.
*/
public Builder addStoreUrisBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
ensureStoreUrisIsMutable();
storeUris_.add(value);
onChanged();
return this;
}
private int imgNum_ ;
/**
*
*小图数量
*
*
* int32 ImgNum = 2;
* @return The imgNum.
*/
@java.lang.Override
public int getImgNum() {
return imgNum_;
}
/**
*
*小图数量
*
*
* int32 ImgNum = 2;
* @param value The imgNum to set.
* @return This builder for chaining.
*/
public Builder setImgNum(int value) {
imgNum_ = value;
onChanged();
return this;
}
/**
*
*小图数量
*
*
* int32 ImgNum = 2;
* @return This builder for chaining.
*/
public Builder clearImgNum() {
imgNum_ = 0;
onChanged();
return this;
}
private int cellWidth_ ;
/**
*
*小图宽
*
*
* int32 CellWidth = 3;
* @return The cellWidth.
*/
@java.lang.Override
public int getCellWidth() {
return cellWidth_;
}
/**
*
*小图宽
*
*
* int32 CellWidth = 3;
* @param value The cellWidth to set.
* @return This builder for chaining.
*/
public Builder setCellWidth(int value) {
cellWidth_ = value;
onChanged();
return this;
}
/**
*
*小图宽
*
*
* int32 CellWidth = 3;
* @return This builder for chaining.
*/
public Builder clearCellWidth() {
cellWidth_ = 0;
onChanged();
return this;
}
private int cellHeight_ ;
/**
*
*小图高
*
*
* int32 CellHeight = 4;
* @return The cellHeight.
*/
@java.lang.Override
public int getCellHeight() {
return cellHeight_;
}
/**
*
*小图高
*
*
* int32 CellHeight = 4;
* @param value The cellHeight to set.
* @return This builder for chaining.
*/
public Builder setCellHeight(int value) {
cellHeight_ = value;
onChanged();
return this;
}
/**
*
*小图高
*
*
* int32 CellHeight = 4;
* @return This builder for chaining.
*/
public Builder clearCellHeight() {
cellHeight_ = 0;
onChanged();
return this;
}
private float interval_ ;
/**
*
*截图间隔
*
*
* float Interval = 5;
* @return The interval.
*/
@java.lang.Override
public float getInterval() {
return interval_;
}
/**
*
*截图间隔
*
*
* float Interval = 5;
* @param value The interval to set.
* @return This builder for chaining.
*/
public Builder setInterval(float value) {
interval_ = value;
onChanged();
return this;
}
/**
*
*截图间隔
*
*
* float Interval = 5;
* @return This builder for chaining.
*/
public Builder clearInterval() {
interval_ = 0F;
onChanged();
return this;
}
private java.lang.Object format_ = "";
/**
*
*格式,目前默认 'jpg'
*
*
* string Format = 6;
* @return The format.
*/
public java.lang.String getFormat() {
java.lang.Object ref = format_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
format_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*格式,目前默认 'jpg'
*
*
* string Format = 6;
* @return The bytes for format.
*/
public com.google.protobuf.ByteString
getFormatBytes() {
java.lang.Object ref = format_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
format_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*格式,目前默认 'jpg'
*
*
* string Format = 6;
* @param value The format to set.
* @return This builder for chaining.
*/
public Builder setFormat(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
format_ = value;
onChanged();
return this;
}
/**
*
*格式,目前默认 'jpg'
*
*
* string Format = 6;
* @return This builder for chaining.
*/
public Builder clearFormat() {
format_ = getDefaultInstance().getFormat();
onChanged();
return this;
}
/**
*
*格式,目前默认 'jpg'
*
*
* string Format = 6;
* @param value The bytes for format to set.
* @return This builder for chaining.
*/
public Builder setFormatBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
format_ = value;
onChanged();
return this;
}
private float duration_ ;
/**
*
*视频时长
*
*
* float Duration = 7;
* @return The duration.
*/
@java.lang.Override
public float getDuration() {
return duration_;
}
/**
*
*视频时长
*
*
* float Duration = 7;
* @param value The duration to set.
* @return This builder for chaining.
*/
public Builder setDuration(float value) {
duration_ = value;
onChanged();
return this;
}
/**
*
*视频时长
*
*
* float Duration = 7;
* @return This builder for chaining.
*/
public Builder clearDuration() {
duration_ = 0F;
onChanged();
return this;
}
private com.google.protobuf.LazyStringList urls_ = com.google.protobuf.LazyStringArrayList.EMPTY;
private void ensureUrlsIsMutable() {
if (!((bitField0_ & 0x00000002) != 0)) {
urls_ = new com.google.protobuf.LazyStringArrayList(urls_);
bitField0_ |= 0x00000002;
}
}
/**
*
*图片地址列表
*
*
* repeated string Urls = 8;
* @return A list containing the urls.
*/
public com.google.protobuf.ProtocolStringList
getUrlsList() {
return urls_.getUnmodifiableView();
}
/**
*
*图片地址列表
*
*
* repeated string Urls = 8;
* @return The count of urls.
*/
public int getUrlsCount() {
return urls_.size();
}
/**
*
*图片地址列表
*
*
* repeated string Urls = 8;
* @param index The index of the element to return.
* @return The urls at the given index.
*/
public java.lang.String getUrls(int index) {
return urls_.get(index);
}
/**
*
*图片地址列表
*
*
* repeated string Urls = 8;
* @param index The index of the value to return.
* @return The bytes of the urls at the given index.
*/
public com.google.protobuf.ByteString
getUrlsBytes(int index) {
return urls_.getByteString(index);
}
/**
*
*图片地址列表
*
*
* repeated string Urls = 8;
* @param index The index to set the value at.
* @param value The urls to set.
* @return This builder for chaining.
*/
public Builder setUrls(
int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureUrlsIsMutable();
urls_.set(index, value);
onChanged();
return this;
}
/**
*
*图片地址列表
*
*
* repeated string Urls = 8;
* @param value The urls to add.
* @return This builder for chaining.
*/
public Builder addUrls(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureUrlsIsMutable();
urls_.add(value);
onChanged();
return this;
}
/**
*
*图片地址列表
*
*
* repeated string Urls = 8;
* @param values The urls to add.
* @return This builder for chaining.
*/
public Builder addAllUrls(
java.lang.Iterable values) {
ensureUrlsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, urls_);
onChanged();
return this;
}
/**
*
*图片地址列表
*
*
* repeated string Urls = 8;
* @return This builder for chaining.
*/
public Builder clearUrls() {
urls_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
*
*图片地址列表
*
*
* repeated string Urls = 8;
* @param value The bytes of the urls to add.
* @return This builder for chaining.
*/
public Builder addUrlsBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
ensureUrlsIsMutable();
urls_.add(value);
onChanged();
return this;
}
private java.lang.Object largeSnapshotUri_ = "";
/**
*
*大量截图结果文件uri
*
*
* string LargeSnapshotUri = 9;
* @return The largeSnapshotUri.
*/
public java.lang.String getLargeSnapshotUri() {
java.lang.Object ref = largeSnapshotUri_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
largeSnapshotUri_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*大量截图结果文件uri
*
*
* string LargeSnapshotUri = 9;
* @return The bytes for largeSnapshotUri.
*/
public com.google.protobuf.ByteString
getLargeSnapshotUriBytes() {
java.lang.Object ref = largeSnapshotUri_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
largeSnapshotUri_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*大量截图结果文件uri
*
*
* string LargeSnapshotUri = 9;
* @param value The largeSnapshotUri to set.
* @return This builder for chaining.
*/
public Builder setLargeSnapshotUri(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
largeSnapshotUri_ = value;
onChanged();
return this;
}
/**
*
*大量截图结果文件uri
*
*
* string LargeSnapshotUri = 9;
* @return This builder for chaining.
*/
public Builder clearLargeSnapshotUri() {
largeSnapshotUri_ = getDefaultInstance().getLargeSnapshotUri();
onChanged();
return this;
}
/**
*
*大量截图结果文件uri
*
*
* string LargeSnapshotUri = 9;
* @param value The bytes for largeSnapshotUri to set.
* @return This builder for chaining.
*/
public Builder setLargeSnapshotUriBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
largeSnapshotUri_ = value;
onChanged();
return this;
}
private java.lang.Object largeSnapshotDownloadUrl_ = "";
/**
*
*大量截图结果文件下载地址
*
*
* string LargeSnapshotDownloadUrl = 10;
* @return The largeSnapshotDownloadUrl.
*/
public java.lang.String getLargeSnapshotDownloadUrl() {
java.lang.Object ref = largeSnapshotDownloadUrl_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
largeSnapshotDownloadUrl_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*大量截图结果文件下载地址
*
*
* string LargeSnapshotDownloadUrl = 10;
* @return The bytes for largeSnapshotDownloadUrl.
*/
public com.google.protobuf.ByteString
getLargeSnapshotDownloadUrlBytes() {
java.lang.Object ref = largeSnapshotDownloadUrl_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
largeSnapshotDownloadUrl_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*大量截图结果文件下载地址
*
*
* string LargeSnapshotDownloadUrl = 10;
* @param value The largeSnapshotDownloadUrl to set.
* @return This builder for chaining.
*/
public Builder setLargeSnapshotDownloadUrl(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
largeSnapshotDownloadUrl_ = value;
onChanged();
return this;
}
/**
*
*大量截图结果文件下载地址
*
*
* string LargeSnapshotDownloadUrl = 10;
* @return This builder for chaining.
*/
public Builder clearLargeSnapshotDownloadUrl() {
largeSnapshotDownloadUrl_ = getDefaultInstance().getLargeSnapshotDownloadUrl();
onChanged();
return this;
}
/**
*
*大量截图结果文件下载地址
*
*
* string LargeSnapshotDownloadUrl = 10;
* @param value The bytes for largeSnapshotDownloadUrl to set.
* @return This builder for chaining.
*/
public Builder setLargeSnapshotDownloadUrlBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
largeSnapshotDownloadUrl_ = value;
onChanged();
return this;
}
private java.lang.Object largeSnapshotFillType_ = "";
/**
*
*大量截图结果处理模版
*
*
* string LargeSnapshotFillType = 11;
* @return The largeSnapshotFillType.
*/
public java.lang.String getLargeSnapshotFillType() {
java.lang.Object ref = largeSnapshotFillType_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
largeSnapshotFillType_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*大量截图结果处理模版
*
*
* string LargeSnapshotFillType = 11;
* @return The bytes for largeSnapshotFillType.
*/
public com.google.protobuf.ByteString
getLargeSnapshotFillTypeBytes() {
java.lang.Object ref = largeSnapshotFillType_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
largeSnapshotFillType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*大量截图结果处理模版
*
*
* string LargeSnapshotFillType = 11;
* @param value The largeSnapshotFillType to set.
* @return This builder for chaining.
*/
public Builder setLargeSnapshotFillType(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
largeSnapshotFillType_ = value;
onChanged();
return this;
}
/**
*
*大量截图结果处理模版
*
*
* string LargeSnapshotFillType = 11;
* @return This builder for chaining.
*/
public Builder clearLargeSnapshotFillType() {
largeSnapshotFillType_ = getDefaultInstance().getLargeSnapshotFillType();
onChanged();
return this;
}
/**
*
*大量截图结果处理模版
*
*
* string LargeSnapshotFillType = 11;
* @param value The bytes for largeSnapshotFillType to set.
* @return This builder for chaining.
*/
public Builder setLargeSnapshotFillTypeBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
largeSnapshotFillType_ = value;
onChanged();
return this;
}
private com.google.protobuf.Internal.FloatList offsets_ = emptyFloatList();
private void ensureOffsetsIsMutable() {
if (!((bitField0_ & 0x00000004) != 0)) {
offsets_ = mutableCopy(offsets_);
bitField0_ |= 0x00000004;
}
}
/**
*
*偏移量
*
*
* repeated float Offsets = 12;
* @return A list containing the offsets.
*/
public java.util.List
getOffsetsList() {
return ((bitField0_ & 0x00000004) != 0) ?
java.util.Collections.unmodifiableList(offsets_) : offsets_;
}
/**
*
*偏移量
*
*
* repeated float Offsets = 12;
* @return The count of offsets.
*/
public int getOffsetsCount() {
return offsets_.size();
}
/**
*
*偏移量
*
*
* repeated float Offsets = 12;
* @param index The index of the element to return.
* @return The offsets at the given index.
*/
public float getOffsets(int index) {
return offsets_.getFloat(index);
}
/**
*
*偏移量
*
*
* repeated float Offsets = 12;
* @param index The index to set the value at.
* @param value The offsets to set.
* @return This builder for chaining.
*/
public Builder setOffsets(
int index, float value) {
ensureOffsetsIsMutable();
offsets_.setFloat(index, value);
onChanged();
return this;
}
/**
*
*偏移量
*
*
* repeated float Offsets = 12;
* @param value The offsets to add.
* @return This builder for chaining.
*/
public Builder addOffsets(float value) {
ensureOffsetsIsMutable();
offsets_.addFloat(value);
onChanged();
return this;
}
/**
*
*偏移量
*
*
* repeated float Offsets = 12;
* @param values The offsets to add.
* @return This builder for chaining.
*/
public Builder addAllOffsets(
java.lang.Iterable extends java.lang.Float> values) {
ensureOffsetsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, offsets_);
onChanged();
return this;
}
/**
*
*偏移量
*
*
* repeated float Offsets = 12;
* @return This builder for chaining.
*/
public Builder clearOffsets() {
offsets_ = emptyFloatList();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
@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.VodSamplePosterSnapshot)
}
// @@protoc_insertion_point(class_scope:Volcengine.Vod.Models.Business.VodSamplePosterSnapshot)
private static final com.volcengine.service.vod.model.business.VodSamplePosterSnapshot DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.volcengine.service.vod.model.business.VodSamplePosterSnapshot();
}
public static com.volcengine.service.vod.model.business.VodSamplePosterSnapshot getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public VodSamplePosterSnapshot parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new VodSamplePosterSnapshot(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.VodSamplePosterSnapshot getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy