public class ExtensionAddon extends AbstractModel
Constructor and Description |
---|
ExtensionAddon() |
ExtensionAddon(ExtensionAddon 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 |
getAddonName()
Get Add-on name
|
String |
getAddonParam()
Get Add-on information (description of the add-on resource object in JSON string format)
|
void |
setAddonName(String AddonName)
Set Add-on name
|
void |
setAddonParam(String AddonParam)
Set Add-on information (description of the add-on resource object in JSON string format)
|
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 ExtensionAddon()
public ExtensionAddon(ExtensionAddon source)
public String getAddonName()
public void setAddonName(String AddonName)
AddonName
- Add-on namepublic String getAddonParam()
public void setAddonParam(String AddonParam)
AddonParam
- Add-on information (description of the add-on resource object in JSON string format)Copyright © 2021. All rights reserved.