Class CustomConcatMethod
java.lang.Object
org.sentrysoftware.metricshub.engine.connector.model.common.CustomConcatMethod
- All Implemented Interfaces:
Serializable,IEntryConcatMethod
Represents a custom concatenation method for combining multiple entries.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCustomConcatMethod(@NonNull String concatStart, @NonNull String concatEnd) Constructor to create a CustomConcatMethod instance. -
Method Summary
Modifier and TypeMethodDescriptioncopy()Creates a deep copy of the currentIEntryConcatMethodinstance.Gets a human-readable description of the entry concatenation method.
-
Constructor Details
-
CustomConcatMethod
Constructor to create a CustomConcatMethod instance.- Parameters:
concatStart- The concatenation start string.concatEnd- The concatenation end string.
-
-
Method Details
-
copy
Description copied from interface:IEntryConcatMethodCreates a deep copy of the currentIEntryConcatMethodinstance.- Specified by:
copyin interfaceIEntryConcatMethod- Returns:
- A new instance of
IEntryConcatMethodrepresenting a copy of the original instance.
-
getDescription
Description copied from interface:IEntryConcatMethodGets a human-readable description of the entry concatenation method.- Specified by:
getDescriptionin interfaceIEntryConcatMethod- Returns:
- A string representing the description of the entry concatenation method.
-