public class ExtensionAddon extends AbstractModel
Constructor and Description |
---|
ExtensionAddon() |
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 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.