184
edits
Tomas Kirnak (talk | contribs) (Updated attributes and methods of NetObj class) |
|||
Line 12: | Line 12: | ||
|- | |- | ||
! Name !! Type !! Description | ! Name !! Type !! Description | ||
|- | |||
| city|| string || Object location city string | |||
|- | |- | ||
| comments || string || Object's comments | | comments || string || Object's comments | ||
|- | |||
| country|| string || Object location country string | |||
|- | |||
| customAttributes|| HashMap || HashMap of object's custom attributes | |||
|- | |- | ||
| geolocation || object ([[NXSL:GeoLocation|GeoLocation]]) || Object's location | | geolocation || object ([[NXSL:GeoLocation|GeoLocation]]) || Object's location | ||
Line 24: | Line 30: | ||
|- | |- | ||
| name || string || Object name | | name || string || Object name | ||
|- | |||
| postcode|| string || Object location postcode string | |||
|- | |- | ||
| status || int32 || Object status (see possible values in table below) | | status || int32 || Object status (see possible values in table below) | ||
|- | |||
| streetAddress|| string || Object location street address string | |||
|- | |- | ||
| type || int32 || Object type (class) | | type || int32 || Object type (class) | ||
|- | |||
| [any other string] || string || Returns object's custom attribute with the name of the given string | |||
|} | |||
'''Methods''' | |||
{| class="wikitable" | |||
|- | |||
! Name !! Parameters !! Return value | |||
|- | |||
| [[NXSL:NetObj:clearGeoLocation|clearGeoLocation]] || none || none | |||
|- | |||
| [[NXSL:NetObj:setGeoLocation|setGeoLocation]] || Object of [[NXSL:GeoLocation|GeoLocation]] class || none | |||
|} | |} | ||
Line 91: | Line 113: | ||
| 14 || Cluster | | 14 || Cluster | ||
|} | |} | ||
[[Category:NXSL Class Reference]] | [[Category:NXSL Class Reference]] |
edits