-
public final class ValuesMergeResult
-
-
Constructor Summary
Constructors Constructor Description ValuesMergeResult(Value value, String content)
-
Method Summary
Modifier and Type Method Description final Valuecomponent1()final Stringcomponent2()final ValuesMergeResultcopy(Value value, String content)final ValuegetValue()final StringgetContent()-
-
Constructor Detail
-
ValuesMergeResult
ValuesMergeResult(Value value, String content)
-
-
Method Detail
-
component1
final Value component1()
-
component2
final String component2()
-
copy
final ValuesMergeResult copy(Value value, String content)
-
getValue
final Value getValue()
-
getContent
final String getContent()
-
-
-
-