public class OperationResult extends Object implements com.metaring.framework.GeneratedCoreType
| Modifier and Type | Field and Description |
|---|---|
static String |
FULLY_QUALIFIED_NAME |
private com.metaring.framework.type.series.TextSeries |
keys |
private Long |
manipulationNumber |
| Modifier | Constructor and Description |
|---|---|
private |
OperationResult(Long manipulationNumber,
com.metaring.framework.type.series.TextSeries keys) |
| Modifier and Type | Method and Description |
|---|---|
static OperationResult |
create(Long manipulationNumber,
com.metaring.framework.type.series.TextSeries keys) |
static OperationResult |
fromJson(String jsonString) |
static OperationResult |
fromObject(Object object) |
com.metaring.framework.type.series.TextSeries |
getKeys() |
Long |
getManipulationNumber() |
com.metaring.framework.type.DataRepresentation |
toDataRepresentation() |
String |
toJson() |
String |
toString() |
public static final String FULLY_QUALIFIED_NAME
private Long manipulationNumber
private com.metaring.framework.type.series.TextSeries keys
private OperationResult(Long manipulationNumber, com.metaring.framework.type.series.TextSeries keys)
public Long getManipulationNumber()
public com.metaring.framework.type.series.TextSeries getKeys()
public static OperationResult create(Long manipulationNumber, com.metaring.framework.type.series.TextSeries keys)
public static OperationResult fromJson(String jsonString)
public static OperationResult fromObject(Object object)
public com.metaring.framework.type.DataRepresentation toDataRepresentation()
public String toJson()
toJson in interface com.metaring.framework.CoreTypeCopyright © 2019. All rights reserved.