Package com.intergral.deep.agent
Interface Utils.ITrimResult
-
- Enclosing class:
- Utils
public static interface Utils.ITrimResultThe result of a trim operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantruncated()Has the value been truncated.Stringvalue()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:
trueif the value was truncated
-
-