-
- All Implemented Interfaces:
public final class ValuesMergeResult
-
-
Constructor Summary
Constructors Constructor Description ValuesMergeResult(Value value, String content)
-
Method Summary
Modifier and Type Method Description final ValuegetValue()final StringgetContent()-
-
Constructor Detail
-
ValuesMergeResult
ValuesMergeResult(Value value, String content)
-
-
Method Detail
-
getValue
final Value getValue()
-
getContent
final String getContent()
-
-
-
-