public class KVPair extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
KVPair()  | 
KVPair(KVPair 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 | 
getK()
Get Key name 
 | 
String | 
getV()
Get The value. 
 | 
void | 
setK(String K)
Set Key name 
 | 
void | 
setV(String V)
Set The value. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic KVPair()
public KVPair(KVPair source)
public String getK()
public void setK(String K)
K - Key namepublic String getV()
public void setV(String V)
V - The value. do not pass SQL (the request will be deemed as an attack on the api). if needed, transcode the SQL with Base64 and decode it.Copyright © 2025. All rights reserved.