public final class PartStudiosEvalFeatureScriptResponseNotices extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
String |
level |
The severity level of a notice entry
|
String |
message |
A readable message
|
String[] |
parameterId |
The id of the parameter to which the notice applies, where applicable
|
Map[] |
stackTrace |
A stack trace indicating the execution location for the notice
|
Map |
tryNode |
Undocumented
|
String |
type |
The type of notice indicating the phase of analysis where found
|
| Constructor | Description |
|---|---|
PartStudiosEvalFeatureScriptResponseNotices() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getLevel() |
Get The severity level of a notice entry
|
String |
getMessage() |
Get A readable message
|
String[] |
getParameterId() |
Get The id of the parameter to which the notice applies, where applicable
|
Map[] |
getStackTrace() |
Get A stack trace indicating the execution location for the notice
|
Map |
getTryNode() |
Get Undocumented
|
String |
getType() |
Get The type of notice indicating the phase of analysis where found
|
String |
toString() |
getOtherPropertiespublic String level
public String type
public String message
public Map[] stackTrace
public Map tryNode
public String[] parameterId
public PartStudiosEvalFeatureScriptResponseNotices()
public final String getLevel()
public final String getType()
public final String getMessage()
public final Map[] getStackTrace()
public final Map getTryNode()
public final String[] getParameterId()
Copyright © 2021. All rights reserved.