public class RaspInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
RaspInfo() |
RaspInfo(RaspInfo 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 |
getName()
Get rasp名称
|
String |
getValue()
Get rasp 描述
|
void |
setName(String Name)
Set rasp名称
|
void |
setValue(String Value)
Set rasp 描述
|
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 RaspInfo()
public RaspInfo(RaspInfo source)
public String getName()
public void setName(String Name)
Name
- rasp名称public String getValue()
public void setValue(String Value)
Value
- rasp 描述Copyright © 2024. All rights reserved.