public static class DescribeUDBParamGroupResult.UDBParamMember extends Object
| 构造器和说明 |
|---|
UDBParamMember() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAllowedVal() |
Integer |
getApplyType() |
Integer |
getFormatType() |
String |
getKey() |
Boolean |
getModifiable() |
String |
getValue() |
Integer |
getValueType() |
void |
setAllowedVal(String allowedVal) |
void |
setApplyType(Integer applyType) |
void |
setFormatType(Integer formatType) |
void |
setKey(String key) |
void |
setModifiable(Boolean modifiable) |
void |
setValue(String value) |
void |
setValueType(Integer valueType) |
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public Integer getValueType()
public void setValueType(Integer valueType)
public String getAllowedVal()
public void setAllowedVal(String allowedVal)
public Integer getApplyType()
public void setApplyType(Integer applyType)
public Boolean getModifiable()
public void setModifiable(Boolean modifiable)
public Integer getFormatType()
public void setFormatType(Integer formatType)
Copyright © 2019. All rights reserved.