public class ResultItemsDentryAppPropertiesValue
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
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
@NameInMap(value="value") public String value
@NameInMap(value="visibility") public String visibility
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 © 2023. All rights reserved.