public class CreateReceiverRequest extends AbstractModel
| Constructor and Description | 
|---|
| CreateReceiverRequest() | 
| CreateReceiverRequest(CreateReceiverRequest 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 | getDesc()Get Recipient group description | 
| String | getReceiversName()Get Recipient group name | 
| void | setDesc(String Desc)Set Recipient group description | 
| void | setReceiversName(String ReceiversName)Set Recipient group name | 
| 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, toJsonStringpublic CreateReceiverRequest()
public CreateReceiverRequest(CreateReceiverRequest source)
public String getReceiversName()
public void setReceiversName(String ReceiversName)
ReceiversName - Recipient group namepublic String getDesc()
public void setDesc(String Desc)
Desc - Recipient group descriptionCopyright © 2022. All rights reserved.