public final class Status extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Status.Builder |
Modifier and Type | Method and Description |
---|---|
static Status.Builder |
builder() |
boolean |
equals(Object o) |
String |
getCode()
This is a code signifying the status of the execution initiated by the skill.
|
String |
getMessage()
This is a message that goes along with response code that can provide more information about what occurred.
|
int |
hashCode() |
String |
toString() |
public static Status.Builder builder()
public String getCode()
public String getMessage()
Copyright © 2020. All rights reserved.