Class ReleaseFile
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.rum.v20210622.models.ReleaseFile
-
public class ReleaseFile extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileHash()Get 文件哈希值StringgetFileKey()Get 文件唯一 keyStringgetFileName()Get 文件名LonggetID()Get 文件 id 注意:此字段可能返回 null,表示取不到有效值。StringgetVersion()Get 文件版本voidsetFileHash(String FileHash)Set 文件哈希值voidsetFileKey(String FileKey)Set 文件唯一 keyvoidsetFileName(String FileName)Set 文件名voidsetID(Long ID)Set 文件 id 注意:此字段可能返回 null,表示取不到有效值。voidsetVersion(String Version)Set 文件版本voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ReleaseFile
public ReleaseFile()
-
ReleaseFile
public 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.
-
-
Method Detail
-
getVersion
public String getVersion()
Get 文件版本- Returns:
- Version 文件版本
-
setVersion
public void setVersion(String Version)
Set 文件版本- Parameters:
Version- 文件版本
-
getFileKey
public String getFileKey()
Get 文件唯一 key- Returns:
- FileKey 文件唯一 key
-
setFileKey
public void setFileKey(String FileKey)
Set 文件唯一 key- Parameters:
FileKey- 文件唯一 key
-
getFileName
public String getFileName()
Get 文件名- Returns:
- FileName 文件名
-
setFileName
public void setFileName(String FileName)
Set 文件名- Parameters:
FileName- 文件名
-
getFileHash
public String getFileHash()
Get 文件哈希值- Returns:
- FileHash 文件哈希值
-
setFileHash
public void setFileHash(String FileHash)
Set 文件哈希值- Parameters:
FileHash- 文件哈希值
-
getID
public Long getID()
Get 文件 id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ID 文件 id 注意:此字段可能返回 null,表示取不到有效值。
-
setID
public void setID(Long ID)
Set 文件 id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ID- 文件 id 注意:此字段可能返回 null,表示取不到有效值。
-
-