|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Status.StatusCode in com.dynatrace.diagnostics.pdk |
---|
Methods in com.dynatrace.diagnostics.pdk that return Status.StatusCode | |
---|---|
Status.StatusCode |
Status.getStatusCode()
Returns the StatusCode of this run |
static Status.StatusCode |
Status.getStatusCode(int code)
Returns the StatusCode enum for a specified code |
static Status.StatusCode |
Status.StatusCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Status.StatusCode[] |
Status.StatusCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.dynatrace.diagnostics.pdk with parameters of type Status.StatusCode | |
---|---|
void |
Status.setStatusCode(Status.StatusCode statusCode)
Sets the StatusCode |
Constructors in com.dynatrace.diagnostics.pdk with parameters of type Status.StatusCode | |
---|---|
Status(Status.StatusCode statusCode)
create a new Status with the supplied status code. message and short message will be defaults depending on the used code. |
|
Status(Status.StatusCode statusCode,
java.lang.String shortMessage)
create a new Status with the supplied status code and short message. extended message will have a default depending on the status code. |
|
Status(Status.StatusCode statusCode,
java.lang.String shortMessage,
java.lang.String message)
create a new Status with the supplied status code, short message and extended message |
|
Status(Status.StatusCode statusCode,
java.lang.String shortMessage,
java.lang.String message,
java.lang.Throwable throwable)
create a new Status with the supplied status code, short message and extended message |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |