Package org.openremote.model.gateway
Class GatewayAssetSyncRule
java.lang.Object
org.openremote.model.gateway.GatewayAssetSyncRule
-
Field Summary
FieldsModifier and TypeFieldDescriptionA map where keys should be the name of anAttribute
to which the additions should be applied; to apply to all attributes use the * wildcard.A map where keys should be the name of anAttribute
to which the exclusions should be applied; to apply to all attributes use the * wildcard.List ofAttribute
names to be stripped from the asset before syncing. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
setAddAttributeMeta
(Map<String, MetaMap> addAttributeMeta) setExcludeAttributeMeta
(Map<String, List<String>> excludeAttributeMeta) setExcludeAttributes
(List<String> excludeAttributes)
-
Field Details
-
excludeAttributes
List ofAttribute
names to be stripped from the asset before syncing. -
excludeAttributeMeta
-
addAttributeMeta
-
-
Constructor Details
-
GatewayAssetSyncRule
public GatewayAssetSyncRule()
-
-
Method Details