public interface VodSnapshotOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getFormat()
格式
string Format = 1; |
com.google.protobuf.ByteString |
getFormatBytes()
格式
string Format = 1; |
int |
getHeight()
高
int32 Height = 2; |
String |
getStoreUri()
Uri
string StoreUri = 4; |
com.google.protobuf.ByteString |
getStoreUriBytes()
Uri
string StoreUri = 4; |
String |
getUrl()
图片地址
string Url = 5; |
com.google.protobuf.ByteString |
getUrlBytes()
图片地址
string Url = 5; |
int |
getWidth()
宽
int32 Width = 3; |
String getFormat()
格式
string Format = 1;
com.google.protobuf.ByteString getFormatBytes()
格式
string Format = 1;
int getHeight()
高
int32 Height = 2;
int getWidth()
宽
int32 Width = 3;
String getStoreUri()
Uri
string StoreUri = 4;
com.google.protobuf.ByteString getStoreUriBytes()
Uri
string StoreUri = 4;
String getUrl()
图片地址
string Url = 5;
com.google.protobuf.ByteString getUrlBytes()
图片地址
string Url = 5;
Copyright © 2024. All rights reserved.