Class ObjectQueryResult
java.lang.Object
org.netxms.client.objects.queries.ObjectQueryResult
Result of object query
- 
Constructor SummaryConstructorsConstructorDescriptionObjectQueryResult(AbstractObject object, Map<String, String> properties) Create new object query result.
- 
Method SummaryModifier and TypeMethodDescriptionGet objectGet all propertiesGet all property namesgetPropertyValue(String name) Get value for specific property.toString()
- 
Constructor Details- 
ObjectQueryResultCreate new object query result.- Parameters:
- object- object
- properties- retrieved properties
 
 
- 
- 
Method Details- 
getObjectGet object- Returns:
- the object
 
- 
getPropertiesGet all properties- Returns:
- properties
 
- 
getPropertyNamesGet all property names- Returns:
- property names
 
- 
getPropertyValueGet value for specific property.- Parameters:
- name- property name
- Returns:
- property value or null
 
- 
toString
 
-