Package com.intergral.deep.agent
Interface Utils.ITrimResult
-
- Enclosing class:
- Utils
public static interface Utils.ITrimResult
The result of a trim operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
truncated()
Has the value been truncated.String
value()
The value to use, might be truncated.
-
-
-
Method Detail
-
value
String value()
The value to use, might be truncated.- Returns:
- the value
-
truncated
boolean truncated()
Has the value been truncated.- Returns:
true
if the value was truncated
-
-