public class TextMetadata extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TextMetadata() | 
| TextMetadata(TextMetadata 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 | 
|---|---|
| Long | getFileSize()Get 媒资文本文件大小,单位为字节
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getFormat()Get 媒资文本文件格式
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getLength()Get 媒资文本文件字符数
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getMD5()Get 媒资文本文件MD5
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getShortFormat()Get 封装格式短后缀
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setFileSize(Long FileSize)Set 媒资文本文件大小,单位为字节
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setFormat(String Format)Set 媒资文本文件格式
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setLength(Long Length)Set 媒资文本文件字符数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setMD5(String MD5)Set 媒资文本文件MD5
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setShortFormat(String ShortFormat)Set 封装格式短后缀
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TextMetadata()
public TextMetadata(TextMetadata source)
public Long getFileSize()
public void setFileSize(Long FileSize)
FileSize - 媒资文本文件大小,单位为字节
注意:此字段可能返回 null,表示取不到有效值。public String getMD5()
public void setMD5(String MD5)
MD5 - 媒资文本文件MD5
注意:此字段可能返回 null,表示取不到有效值。public Long getLength()
public void setLength(Long Length)
Length - 媒资文本文件字符数
注意:此字段可能返回 null,表示取不到有效值。public String getFormat()
public void setFormat(String Format)
Format - 媒资文本文件格式
注意:此字段可能返回 null,表示取不到有效值。public String getShortFormat()
public void setShortFormat(String ShortFormat)
ShortFormat - 封装格式短后缀
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.