public class Label extends AbstractModel
Constructor and Description |
---|
Label() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
获取map表中的Name
|
String |
getValue()
获取map表中的Value
|
void |
setName(String Name)
设置map表中的Name
|
void |
setValue(String Value)
设置map表中的Value
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getName()
public void setName(String Name)
Name
- map表中的Namepublic String getValue()
public void setValue(String Value)
Value
- map表中的ValueCopyright © 2019. All rights reserved.