Class RaspInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.RaspInfo
-
public class RaspInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get rasp名称StringgetValue()Get rasp 描述voidsetName(String Name)Set rasp名称voidsetValue(String Value)Set rasp 描述voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RaspInfo
public RaspInfo()
-
RaspInfo
public 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.
-
-
Method Detail
-
getName
public String getName()
Get rasp名称- Returns:
- Name rasp名称
-
setName
public void setName(String Name)
Set rasp名称- Parameters:
Name- rasp名称
-
getValue
public String getValue()
Get rasp 描述- Returns:
- Value rasp 描述
-
setValue
public void setValue(String Value)
Set rasp 描述- Parameters:
Value- rasp 描述
-
-