public class PropStatResponse extends Response
| Constructor and Description |
|---|
PropStatResponse(String itemPath,
PropStat[] propStats,
String description)
Initializes new instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<PropStat> |
getPropStats()
Retrieves statuses for properties grouped by item they relate to.
|
getItemPath, getResponseDescriptionpublic PropStatResponse(String itemPath, PropStat[] propStats, String description)
itemPath - Path to item which contains these properties.propStats - Statuses for different properties related to this item.description - Description for the response.Copyright © ITHit. All Rights Reserved.