public final class ElementsDecodeConfigurationStringResponseParameters extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
Boolean |
explicit |
True if the parameter is explicit in the configuration string rather than being defaulted from the element configuration
|
String |
parameterAbbreviatedDisplayValue_ |
The abbreviated value of the parameter
|
String |
parameterDisplayValue |
The display value of the parameter
|
String |
parameterId |
The id of the parameter
|
String |
parameterName |
The display name of the parameter
|
String |
parameterValue |
The parameter value
|
| Constructor | Description |
|---|---|
ElementsDecodeConfigurationStringResponseParameters() |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
getExplicit() |
Get True if the parameter is explicit in the configuration string rather than being defaulted from the element configuration
|
String |
getParameterAbbreviatedDisplayValue_() |
Get The abbreviated value of the parameter
|
String |
getParameterDisplayValue() |
Get The display value of the parameter
|
String |
getParameterId() |
Get The id of the parameter
|
String |
getParameterName() |
Get The display name of the parameter
|
String |
getParameterValue() |
Get The parameter value
|
String |
toString() |
getOtherPropertiespublic String parameterId
public String parameterValue
public String parameterName
public String parameterDisplayValue
public String parameterAbbreviatedDisplayValue_
public Boolean explicit
public ElementsDecodeConfigurationStringResponseParameters()
public final String getParameterId()
public final String getParameterValue()
public final String getParameterName()
public final String getParameterDisplayValue()
public final String getParameterAbbreviatedDisplayValue_()
public final Boolean getExplicit()
Copyright © 2021. All rights reserved.