public class CloudBaseRunKVPriority extends AbstractModel
header, skipSign
Constructor and Description |
---|
CloudBaseRunKVPriority() |
CloudBaseRunKVPriority(CloudBaseRunKVPriority 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 |
getKey()
Get 参数的Key
|
Long |
getPriority()
Get 优先级
|
String |
getValue()
Get 参数的Value
|
void |
setKey(String Key)
Set 参数的Key
|
void |
setPriority(Long Priority)
Set 优先级
|
void |
setValue(String Value)
Set 参数的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, toJsonString
public CloudBaseRunKVPriority()
public CloudBaseRunKVPriority(CloudBaseRunKVPriority source)
public String getKey()
public void setKey(String Key)
Key
- 参数的Keypublic String getValue()
public void setValue(String Value)
Value
- 参数的Valuepublic Long getPriority()
public void setPriority(Long Priority)
Priority
- 优先级Copyright © 2025. All rights reserved.