public class CheckTransformationRequest extends AbstractModel
| 构造器和说明 |
|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getInput()
Get JSON string to be processed
|
Transformation[] |
getTransformations()
Get Transformation rule list
|
void |
setInput(String Input)
Set JSON string to be processed
|
void |
setTransformations(Transformation[] Transformations)
Set Transformation rule list
|
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, toJsonStringpublic CheckTransformationRequest()
public CheckTransformationRequest(CheckTransformationRequest source)
public String getInput()
public void setInput(String Input)
Input - JSON string to be processedpublic Transformation[] getTransformations()
public void setTransformations(Transformation[] Transformations)
Transformations - Transformation rule listCopyright © 2022. All rights reserved.