public class SharePermission extends AbstractModel
Constructor and Description |
---|
SharePermission() |
SharePermission(SharePermission 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 |
getAccountId()
Get 分享的账号Id
|
String |
getCreatedTime()
Get 快照分享的时间
|
void |
setAccountId(String AccountId)
Set 分享的账号Id
|
void |
setCreatedTime(String CreatedTime)
Set 快照分享的时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SharePermission()
public SharePermission(SharePermission source)
public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- 快照分享的时间public String getAccountId()
public void setAccountId(String AccountId)
AccountId
- 分享的账号IdCopyright © 2021. All rights reserved.