public class GuardStatus
extends java.lang.Object
GuardedSuspension.checkPreconditions(Object) check| Modifier and Type | Class and Description |
|---|---|
static class |
GuardStatus.Type |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage() |
GuardStatus.Type |
getType() |
static GuardStatus |
of(GuardStatus.Type type) |
void |
setMessage(java.lang.String message) |
void |
setType(GuardStatus.Type type) |
public static GuardStatus of(GuardStatus.Type type)
public GuardStatus.Type getType()
public void setType(GuardStatus.Type type)
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
Copyright © 2018 SAP SE. All Rights Reserved.