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