public class DentriesAppPropertiesValue
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
name
example:
property_name
|
String |
value
example:
property_value
|
String |
visibility
example:
PRIVATE
|
| 构造器和说明 |
|---|
DentriesAppPropertiesValue() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DentriesAppPropertiesValue |
build(Map<String,?> map) |
String |
getName() |
String |
getValue() |
String |
getVisibility() |
DentriesAppPropertiesValue |
setName(String name) |
DentriesAppPropertiesValue |
setValue(String value) |
DentriesAppPropertiesValue |
setVisibility(String visibility) |
@NameInMap(value="name") public String name
property_name
@NameInMap(value="value") public String value
property_value
@NameInMap(value="visibility") public String visibility
PRIVATE
public static DentriesAppPropertiesValue build(Map<String,?> map) throws Exception
Exceptionpublic DentriesAppPropertiesValue setName(String name)
public String getName()
public DentriesAppPropertiesValue setValue(String value)
public String getValue()
public DentriesAppPropertiesValue setVisibility(String visibility)
public String getVisibility()
Copyright © 2025. All rights reserved.