public class SoftwareDetail extends AbstractModel
skipSign
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SoftwareDetail()
public SoftwareDetail(SoftwareDetail source)
public String getKey()
public void setKey(String Key)
Key
- 详情唯一键。public String getTitle()
public void setTitle(String Title)
Title
- 详情标题。public String getValue()
public void setValue(String Value)
Value
- 详情值。Copyright © 2023. All rights reserved.