Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
// 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.VodSamplePosterSnapshot}
*/
public final class VodSamplePosterSnapshot extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Byteplus.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_ = "";
}
@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;
}
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();
}
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_VodSamplePosterSnapshot_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_VodSamplePosterSnapshot_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.byteplus.service.vod.model.business.VodSamplePosterSnapshot.class, com.byteplus.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_;
/**
*
*
* 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;
}
/**
*
*
* 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_ ;
/**
*
*
* 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_ ;
/**
*
*
* 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;
}
/**
*