public class SharePermission extends AbstractModel
Constructor and Description |
---|
SharePermission() |
Modifier and Type | Method and Description |
---|---|
String |
getAccountId()
Get ID of the account with which the image is shared.
|
String |
getCreatedTime()
Get Time when an image was shared.
|
void |
setAccountId(String AccountId)
Set ID of the account with which the image is shared.
|
void |
setCreatedTime(String CreatedTime)
Set Time when an image was shared.
|
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
- Time when an image was shared.public String getAccountId()
public void setAccountId(String AccountId)
AccountId
- ID of the account with which the image is shared.Copyright © 2020. All rights reserved.