Uses of Class
org.netxms.client.objects.configs.CustomAttribute
-
Packages that use CustomAttribute Package Description org.netxms.client org.netxms.client.objects org.netxms.client.objects.configs -
-
Uses of CustomAttribute in org.netxms.client
Methods in org.netxms.client that return types with arguments of type CustomAttribute Modifier and Type Method Description Map<String,CustomAttribute>NXCObjectModificationData. getCustomAttributes()Method parameters in org.netxms.client with type arguments of type CustomAttribute Modifier and Type Method Description voidNXCObjectModificationData. setCustomAttributes(Map<String,CustomAttribute> customAttributes)voidNXCSession. setObjectCustomAttributes(long objectId, Map<String,CustomAttribute> attrList)Change object's custom attributes (wrapper for modifyObject()) -
Uses of CustomAttribute in org.netxms.client.objects
Fields in org.netxms.client.objects with type parameters of type CustomAttribute Modifier and Type Field Description protected Map<String,CustomAttribute>AbstractObject. customAttributesMethods in org.netxms.client.objects that return CustomAttribute Modifier and Type Method Description CustomAttributeAbstractObject. getCustomAttribute(String key)Get object's custom attribute by keyMethods in org.netxms.client.objects that return types with arguments of type CustomAttribute Modifier and Type Method Description Map<String,CustomAttribute>AbstractObject. getCustomAttributes()Get object's custom attributes -
Uses of CustomAttribute in org.netxms.client.objects.configs
Constructors in org.netxms.client.objects.configs with parameters of type CustomAttribute Constructor Description CustomAttribute(CustomAttribute attr)Copy contructor
-