public class Sv extends AbstractModel
header, skipSign
Constructor and Description |
---|
Sv() |
Sv(Sv 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 |
getInstanceId()
Get ID of the L4 proxy instance.
|
String |
getKey()
Get The parameter key.
|
String |
getPack()
Get Quota for a resource.
|
String |
getProtectionSpecs()
Get The protection specification.
|
String |
getValue()
Get The parameter value.
|
void |
setInstanceId(String InstanceId)
Set ID of the L4 proxy instance.
|
void |
setKey(String Key)
Set The parameter key.
|
void |
setPack(String Pack)
Set Quota for a resource.
|
void |
setProtectionSpecs(String ProtectionSpecs)
Set The protection specification.
|
void |
setValue(String Value)
Set The parameter value.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Sv()
public Sv(Sv source)
public String getKey()
public void setKey(String Key)
Key
- The parameter key.public String getValue()
public void setValue(String Value)
Value
- The parameter value.public String getPack()
public void setPack(String Pack)
Pack
- Quota for a resource. Values:
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ID of the L4 proxy instance.
Note: This field may return null, indicating that no valid values can be obtained.public String getProtectionSpecs()
public void setProtectionSpecs(String ProtectionSpecs)
ProtectionSpecs
- The protection specification.
Values: Copyright © 2024. All rights reserved.