public class TransferProhibitionIntlBatchRequest extends AbstractModel
skipSign
Constructor and Description |
---|
TransferProhibitionIntlBatchRequest() |
TransferProhibitionIntlBatchRequest(TransferProhibitionIntlBatchRequest 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[] |
getDomains()
Get The domain array.
|
Boolean |
getStatus()
Get Whether to enable transfer prohibition.
|
void |
setDomains(String[] Domains)
Set The domain array.
|
void |
setStatus(Boolean Status)
Set Whether to enable transfer prohibition.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TransferProhibitionIntlBatchRequest()
public TransferProhibitionIntlBatchRequest(TransferProhibitionIntlBatchRequest source)
public String[] getDomains()
public void setDomains(String[] Domains)
Domains
- The domain array.public Boolean getStatus()
public void setStatus(Boolean Status)
Status
- Whether to enable transfer prohibition. Valid values: `true` (enable), `false` (disable).Copyright © 2023. All rights reserved.