public final class CommonRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CommonRequest(String jsonReq)
Constructor that initializes the CommonRequest object from a JSON string.
|
Modifier and Type | Method and Description |
---|---|
protected void |
toMap(HashMap<String,String> map,
String prefix)
Converts the fields of this object into a map representation.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CommonRequest(String jsonReq)
jsonReq
- The JSON string representing the request body.protected void toMap(HashMap<String,String> map, String prefix)
toMap
in class AbstractModel
map
- The map to store the key-value pairs.prefix
- The prefix to be added to each key in the map.Copyright © 2025. All rights reserved.