public class ChatArchivingMsgTypeVideo extends AbstractModel
| Constructor and Description |
|---|
ChatArchivingMsgTypeVideo() |
ChatArchivingMsgTypeVideo(ChatArchivingMsgTypeVideo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCosKey()
Get 视频资源对象Cos下载地址
|
Long |
getFileSize()
Get 文件大小
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPlayLength()
Get 视频时长,单位秒
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCosKey(String CosKey)
Set 视频资源对象Cos下载地址
|
void |
setFileSize(Long FileSize)
Set 文件大小
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPlayLength(Long PlayLength)
Set 视频时长,单位秒
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ChatArchivingMsgTypeVideo()
public ChatArchivingMsgTypeVideo(ChatArchivingMsgTypeVideo source)
public Long getPlayLength()
public void setPlayLength(Long PlayLength)
PlayLength - 视频时长,单位秒
注意:此字段可能返回 null,表示取不到有效值。public Long getFileSize()
public void setFileSize(Long FileSize)
FileSize - 文件大小
注意:此字段可能返回 null,表示取不到有效值。public String getCosKey()
public void setCosKey(String CosKey)
CosKey - 视频资源对象Cos下载地址Copyright © 2022. All rights reserved.