public class Recipient
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
InputStream |
email
example:
zhangsan@b.com
|
InputStream |
name
example:
ZhangSan
|
| 构造器和说明 |
|---|
Recipient() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Recipient |
build(Map<String,?> map) |
InputStream |
getEmail() |
InputStream |
getName() |
Recipient |
setEmail(InputStream email) |
Recipient |
setName(InputStream name) |
@NameInMap(value="email") public InputStream email
@NameInMap(value="name") public InputStream name
ZhangSan
public Recipient setEmail(InputStream email)
public InputStream getEmail()
public Recipient setName(InputStream name)
public InputStream getName()
Copyright © 2025. All rights reserved.