Class SoftwareDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lighthouse.v20200324.models.SoftwareDetail
-
public class SoftwareDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SoftwareDetail()SoftwareDetail(SoftwareDetail 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()Get 详情唯一键。StringgetTitle()Get 详情标题。StringgetValue()Get 详情值。voidsetKey(String Key)Set 详情唯一键。voidsetTitle(String Title)Set 详情标题。voidsetValue(String Value)Set 详情值。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
-
SoftwareDetail
public SoftwareDetail()
-
SoftwareDetail
public SoftwareDetail(SoftwareDetail 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
-
getKey
public String getKey()
Get 详情唯一键。- Returns:
- Key 详情唯一键。
-
setKey
public void setKey(String Key)
Set 详情唯一键。- Parameters:
Key- 详情唯一键。
-
getTitle
public String getTitle()
Get 详情标题。- Returns:
- Title 详情标题。
-
setTitle
public void setTitle(String Title)
Set 详情标题。- Parameters:
Title- 详情标题。
-
getValue
public String getValue()
Get 详情值。- Returns:
- Value 详情值。
-
setValue
public void setValue(String Value)
Set 详情值。- Parameters:
Value- 详情值。
-
-