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