public class SharePermission extends AbstractModel
header, skipSign
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 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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SharePermission()
public SharePermission(SharePermission source)
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 © 2024. All rights reserved.