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 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, toJsonString
public 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 © 2023. All rights reserved.