public class ReleaseFile extends AbstractModel
header, skipSign
Constructor and Description |
---|
ReleaseFile() |
ReleaseFile(ReleaseFile 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 |
getFileHash()
Get 文件哈希值
|
String |
getFileKey()
Get 文件唯一 key
|
String |
getFileName()
Get 文件名
|
Long |
getID()
Get 文件 id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVersion()
Get 文件版本
|
void |
setFileHash(String FileHash)
Set 文件哈希值
|
void |
setFileKey(String FileKey)
Set 文件唯一 key
|
void |
setFileName(String FileName)
Set 文件名
|
void |
setID(Long ID)
Set 文件 id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVersion(String Version)
Set 文件版本
|
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, toJsonString
public ReleaseFile()
public ReleaseFile(ReleaseFile source)
public String getVersion()
public void setVersion(String Version)
Version
- 文件版本public String getFileKey()
public void setFileKey(String FileKey)
FileKey
- 文件唯一 keypublic String getFileName()
public void setFileName(String FileName)
FileName
- 文件名public String getFileHash()
public void setFileHash(String FileHash)
FileHash
- 文件哈希值public Long getID()
public void setID(Long ID)
ID
- 文件 id
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.