Package fish.payara.monitoring.rest.app
Class RestMonitoringAppResponseToken
- java.lang.Object
-
- fish.payara.monitoring.rest.app.RestMonitoringAppResponseToken
-
public final class RestMonitoringAppResponseToken extends Object
- Author:
- Fraser Savage
-
-
Constructor Summary
Constructors Constructor Description RestMonitoringAppResponseToken()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetAttributeNameKey()static StringgetErrorKey()static StringgetErrorTypeKey()static StringgetHttpStatusKey()static StringgetMbeanNameKey()static StringgetReadRequestToken()static StringgetRequestKey()static StringgetRequestTypeKey()static StringgetStacktraceKey()static StringgetTimestampKey()static StringgetValueKey()static StringgetVersionRequestToken()
-
-
-
Method Detail
-
getRequestKey
public static String getRequestKey()
-
getValueKey
public static String getValueKey()
-
getStacktraceKey
public static String getStacktraceKey()
-
getErrorTypeKey
public static String getErrorTypeKey()
-
getErrorKey
public static String getErrorKey()
-
getTimestampKey
public static String getTimestampKey()
-
getHttpStatusKey
public static String getHttpStatusKey()
-
getMbeanNameKey
public static String getMbeanNameKey()
-
getAttributeNameKey
public static String getAttributeNameKey()
-
getRequestTypeKey
public static String getRequestTypeKey()
-
getReadRequestToken
public static String getReadRequestToken()
-
getVersionRequestToken
public static String getVersionRequestToken()
-
-