public class SharePermission extends AbstractModel
Constructor and Description |
---|
SharePermission() |
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 String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- 镜像分享时间public String getAccountId()
public void setAccountId(String AccountId)
AccountId
- 镜像分享的账户IDCopyright © 2020. All rights reserved.