public class UnknownResult extends AbstractValueResult
Mainly used on deserializing the result when unknown result type met.
| Constructor and Description |
|---|
UnknownResult(String resultType)
Creates an instance of unknown result type.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractValueResult |
cloneWithoutMeta()
Clones this instance without metadata entries.
|
equals, getResultType, hashCodepublic UnknownResult(String resultType)
resultType - unknown result type
public AbstractValueResult cloneWithoutMeta()
AbstractValueResult
cloneWithoutMeta in class AbstractValueResult
Copyright © 2024. All rights reserved.