public final class NotifyResult extends Object
Modifier and Type | Method and Description |
---|---|
String |
incidentKey()
The incident key on which the request acted upon.
|
String |
message()
Human-readable description of the status.
|
String |
status()
"success" for well-formed requests. |
public String status()
"success"
for well-formed requests. A short status description otherwise.public String message()
status()
is not
"success"
.public String incidentKey()
Copyright © 2014 Square, Inc.. All Rights Reserved.