Java class for ParameterSetting complex type.
| name | data type | description |
|---|---|---|
| contextAttribute | array of ContextAttribute | Context attribute list. |
Example
{
"parameterSetting" : {
"contextAttribute" : [ {
"attributeName" : "...",
"attributeValue" : "..."
}, {
"attributeName" : "...",
"attributeValue" : "..."
} ]
}
}