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 String
getKey()
Get 详情唯一键。String
getTitle()
Get 详情标题。String
getValue()
Get 详情值。void
setKey(String Key)
Set 详情唯一键。void
setTitle(String Title)
Set 详情标题。void
setValue(String Value)
Set 详情值。void
toMap(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
- 详情值。
-
-