public class OutParams
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
desc
example:
|
String |
name
example:
|
String |
value
example:
|
| Constructor and Description |
|---|
OutParams() |
| Modifier and Type | Method and Description |
|---|---|
static OutParams |
build(Map<String,?> map) |
String |
getDesc() |
String |
getName() |
String |
getValue() |
OutParams |
setDesc(String desc) |
OutParams |
setName(String name) |
OutParams |
setValue(String value) |
@NameInMap(value="name") @Validation(required=true) public String name
rate
@NameInMap(value="desc") @Validation(required=true) public String desc
率利
@NameInMap(value="value") @Validation(required=true) public String value
accept
Copyright © 2025. All rights reserved.