public class OperationResult extends Object
Constructor and Description |
---|
OperationResult() |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
String |
getDetails() |
String |
getError() |
List<Row<GenericTableSchema>> |
getRows() |
UUID |
getUuid() |
void |
setCount(int count) |
void |
setDetails(String details) |
void |
setError(String error) |
void |
setRows(List<Row<GenericTableSchema>> rows) |
void |
setUuid(List<String> uuidList) |
String |
toString() |
public int getCount()
public void setCount(int count)
public UUID getUuid()
public List<Row<GenericTableSchema>> getRows()
public void setRows(List<Row<GenericTableSchema>> rows)
public String getError()
public void setError(String error)
public String getDetails()
public void setDetails(String details)
Copyright © 2018 OpenDaylight. All rights reserved.