public class InputDetails extends AbstractModel
Constructor and Description |
---|
InputDetails() |
Modifier and Type | Method and Description |
---|---|
String |
getFieldName()
Get 字段名称
|
String |
getFieldValue()
Get 字段值
|
void |
setFieldName(String FieldName)
Set 字段名称
|
void |
setFieldValue(String FieldValue)
Set 字段值
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getFieldName()
public void setFieldName(String FieldName)
FieldName
- 字段名称public String getFieldValue()
public void setFieldValue(String FieldValue)
FieldValue
- 字段值Copyright © 2020. All rights reserved.