public class CheckTransformationRequest extends AbstractModel
Constructor and Description |
---|
CheckTransformationRequest() |
CheckTransformationRequest(CheckTransformationRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getInput()
Get 待处理的json字符串
|
Transformation[] |
getTransformations()
Get 一个转换规则列表
|
void |
setInput(String Input)
Set 待处理的json字符串
|
void |
setTransformations(Transformation[] Transformations)
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 CheckTransformationRequest()
public CheckTransformationRequest(CheckTransformationRequest source)
public String getInput()
public void setInput(String Input)
Input
- 待处理的json字符串public Transformation[] getTransformations()
public void setTransformations(Transformation[] Transformations)
Transformations
- 一个转换规则列表Copyright © 2022. All rights reserved.