public class InformationServerReportParameters extends Reference
information_server_report_parameters asset type in IGC, displayed as 'Information Server Report Parameters' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected List<String> |
value |
| Constructor and Description |
|---|
InformationServerReportParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
List<String> |
getValue()
Retrieve the
value property (displayed as 'Value') of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
void |
setValue(List<String> value)
Set the
value property (displayed as Value) of the object. |
areModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringpublic String getTheName()
name property (displayed as 'Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Name) of the object.name - the value to setpublic List<String> getValue()
value property (displayed as 'Value') of the object.List<String>Copyright © 2018–2021 ODPi. All rights reserved.