public class ExportEventDTO extends AbstractModel
header, skipSign
Constructor and Description |
---|
ExportEventDTO() |
ExportEventDTO(ExportEventDTO 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 |
getCosBucketName()
Get 桶名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCosPath()
Get cos文件路径
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCreateTime()
Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getExpiredTime()
Get 过期时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRegion()
Get 地域
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSecretId()
Get secretId
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSecretKey()
Get secretKey
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getToken()
Get 前端下载token token
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCosBucketName(String CosBucketName)
Set 桶名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCosPath(String CosPath)
Set cos文件路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateTime(Long CreateTime)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExpiredTime(Long ExpiredTime)
Set 过期时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRegion(String Region)
Set 地域
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSecretId(String SecretId)
Set secretId
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSecretKey(String SecretKey)
Set secretKey
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setToken(String Token)
Set 前端下载token token
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ExportEventDTO()
public ExportEventDTO(ExportEventDTO source)
public String getCosPath()
public void setCosPath(String CosPath)
CosPath
- cos文件路径
注意:此字段可能返回 null,表示取不到有效值。public String getCosBucketName()
public void setCosBucketName(String CosBucketName)
CosBucketName
- 桶名
注意:此字段可能返回 null,表示取不到有效值。public String getRegion()
public void setRegion(String Region)
Region
- 地域
注意:此字段可能返回 null,表示取不到有效值。public String getToken()
public void setToken(String Token)
Token
- 前端下载token token
注意:此字段可能返回 null,表示取不到有效值。public String getSecretId()
public void setSecretId(String SecretId)
SecretId
- secretId
注意:此字段可能返回 null,表示取不到有效值。public String getSecretKey()
public void setSecretKey(String SecretKey)
SecretKey
- secretKey
注意:此字段可能返回 null,表示取不到有效值。public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- 创建时间
注意:此字段可能返回 null,表示取不到有效值。public Long getExpiredTime()
public void setExpiredTime(Long ExpiredTime)
ExpiredTime
- 过期时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.