public class MessageFileContent extends Object implements Serializable
Snapshot.| Constructor and Description |
|---|
MessageFileContent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String key) |
PropertiesMap |
getMutationProperties(String mutation) |
Integer |
getPropertiesSize() |
PropertyStatus |
getPropertyStatus(String key) |
String |
getPropertyValue(String propertyKey) |
boolean |
hasSameValue(String msgKey,
String currentMsg) |
PropertiesMap |
putMutationProperties(String mutation,
PropertiesMap properties) |
String |
putMutationProperty(String mutation,
String key,
String value) |
String |
putProperty(String key,
String value)
Puts value for property for specified key and set logical working state of property like value of
PropertyStatus: - PropertyStatus.NEW if key not exists- PropertyStatus.CHANGED if value of key is different than previous value- PropertyStatus.UNCHANGED if value of key is same |
String |
putProperty(String key,
String value,
PropertyStatus propertyStatus)
|
PropertyStatus |
putPropertyStatus(String key,
PropertyStatus propertyStatus) |
public String putProperty(String key, String value)
PropertyStatus: PropertyStatus.NEW if key not existsPropertyStatus.CHANGED if value of key is different than previous valuePropertyStatus.UNCHANGED if value of key is samekey - property keyvalue - property valuepublic String putProperty(String key, String value, PropertyStatus propertyStatus)
key - property keyvalue - property valuepublic PropertyStatus putPropertyStatus(String key, PropertyStatus propertyStatus)
public PropertyStatus getPropertyStatus(String key)
public PropertiesMap putMutationProperties(String mutation, PropertiesMap properties)
public PropertiesMap getMutationProperties(String mutation)
public boolean containsKey(String key)
public Integer getPropertiesSize()
Copyright © 2025 FG Forrest, a.s.. All rights reserved.