public class DomainShareInfo extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DomainShareInfo() |
DomainShareInfo(DomainShareInfo 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 |
getMode()
Get Sharing mode.
|
String |
getShareTo()
Get Account with which the domain is shared
|
String |
getStatus()
Get Sharing status.
|
void |
setMode(String Mode)
Set Sharing mode.
|
void |
setShareTo(String ShareTo)
Set Account with which the domain is shared
|
void |
setStatus(String Status)
Set Sharing status.
|
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, toJsonStringpublic DomainShareInfo()
public DomainShareInfo(DomainShareInfo source)
public String getShareTo()
public void setShareTo(String ShareTo)
ShareTo - Account with which the domain is sharedpublic String getMode()
public void setMode(String Mode)
Mode - Sharing mode. Valid values: `rw` (read/write), `r` (read-only).public String getStatus()
public void setStatus(String Status)
Status - Sharing status. Valid values: `enabled` (shared successfully); `pending` (the account shared to does not exist and is pending registration).Copyright © 2025. All rights reserved.