public class ModifyConsoleSharingRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyConsoleSharingRequest() |
ModifyConsoleSharingRequest(ModifyConsoleSharingRequest 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 |
getDurationMilliseconds()
Get 指定分享链接有效期,单位:毫秒,最长可设定有效期为30天
|
String |
getSharingId()
Get 免密分享链接Id
|
void |
setDurationMilliseconds(Long DurationMilliseconds)
Set 指定分享链接有效期,单位:毫秒,最长可设定有效期为30天
|
void |
setSharingId(String SharingId)
Set 免密分享链接Id
|
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 ModifyConsoleSharingRequest()
public ModifyConsoleSharingRequest(ModifyConsoleSharingRequest source)
public String getSharingId()
public void setSharingId(String SharingId)
SharingId
- 免密分享链接Idpublic Long getDurationMilliseconds()
public void setDurationMilliseconds(Long DurationMilliseconds)
DurationMilliseconds
- 指定分享链接有效期,单位:毫秒,最长可设定有效期为30天Copyright © 2024. All rights reserved.