public class SoftwareDetail extends AbstractModel
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 Unique detail key
|
String |
getTitle()
Get Detail title.
|
String |
getValue()
Get Detail value.
|
void |
setKey(String Key)
Set Unique detail key
|
void |
setTitle(String Title)
Set Detail title.
|
void |
setValue(String Value)
Set Detail value.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SoftwareDetail()
public SoftwareDetail(SoftwareDetail source)
public String getKey()
public void setKey(String Key)
Key
- Unique detail keypublic String getTitle()
public void setTitle(String Title)
Title
- Detail title.public String getValue()
public void setValue(String Value)
Value
- Detail value.Copyright © 2023. All rights reserved.