public class GraphError extends Object
| Constructor and Description |
|---|
GraphError() |
| Modifier and Type | Method and Description |
|---|---|
String |
code()
Get the code value.
|
String |
message()
Get the message value.
|
GraphError |
withCode(String code)
Set the code value.
|
GraphError |
withMessage(String message)
Set the message value.
|
public String code()
public GraphError withCode(String code)
code - the code value to setpublic String message()
public GraphError withMessage(String message)
message - the message value to setCopyright © 2019. All rights reserved.