Class CustomDashboardConfigurationHeaders
- java.lang.Object
-
- org.apache.flink.kubernetes.operator.service.CustomDashboardConfigurationHeaders
-
- All Implemented Interfaces:
org.apache.flink.runtime.rest.handler.RestHandlerSpecification
,org.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,CustomDashboardConfiguration,org.apache.flink.runtime.rest.messages.EmptyMessageParameters>
,org.apache.flink.runtime.rest.messages.RuntimeMessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,CustomDashboardConfiguration,org.apache.flink.runtime.rest.messages.EmptyMessageParameters>
,org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,org.apache.flink.runtime.rest.messages.EmptyMessageParameters>
public final class CustomDashboardConfigurationHeaders extends java.lang.Object implements org.apache.flink.runtime.rest.messages.RuntimeMessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,CustomDashboardConfiguration,org.apache.flink.runtime.rest.messages.EmptyMessageParameters>
Message headers for theCustomDashboardConfiguration
.
-
-
Field Summary
Fields Modifier and Type Field Description static CustomDashboardConfigurationHeaders
INSTANCE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
org.apache.flink.runtime.rest.HttpMethodWrapper
getHttpMethod()
static CustomDashboardConfigurationHeaders
getInstance()
java.lang.Class<org.apache.flink.runtime.rest.messages.EmptyRequestBody>
getRequestClass()
java.lang.Class<CustomDashboardConfiguration>
getResponseClass()
org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus
getResponseStatusCode()
java.lang.String
getTargetRestEndpointURL()
org.apache.flink.runtime.rest.messages.EmptyMessageParameters
getUnresolvedMessageParameters()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.flink.runtime.rest.messages.MessageHeaders
getResponseTypeParameters, operationId
-
-
-
-
Field Detail
-
INSTANCE
public static final CustomDashboardConfigurationHeaders INSTANCE
-
-
Method Detail
-
getRequestClass
public java.lang.Class<org.apache.flink.runtime.rest.messages.EmptyRequestBody> getRequestClass()
- Specified by:
getRequestClass
in interfaceorg.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,org.apache.flink.runtime.rest.messages.EmptyMessageParameters>
-
getHttpMethod
public org.apache.flink.runtime.rest.HttpMethodWrapper getHttpMethod()
- Specified by:
getHttpMethod
in interfaceorg.apache.flink.runtime.rest.handler.RestHandlerSpecification
-
getTargetRestEndpointURL
public java.lang.String getTargetRestEndpointURL()
- Specified by:
getTargetRestEndpointURL
in interfaceorg.apache.flink.runtime.rest.handler.RestHandlerSpecification
-
getResponseClass
public java.lang.Class<CustomDashboardConfiguration> getResponseClass()
- Specified by:
getResponseClass
in interfaceorg.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,CustomDashboardConfiguration,org.apache.flink.runtime.rest.messages.EmptyMessageParameters>
-
getResponseStatusCode
public org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus getResponseStatusCode()
- Specified by:
getResponseStatusCode
in interfaceorg.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,CustomDashboardConfiguration,org.apache.flink.runtime.rest.messages.EmptyMessageParameters>
-
getUnresolvedMessageParameters
public org.apache.flink.runtime.rest.messages.EmptyMessageParameters getUnresolvedMessageParameters()
- Specified by:
getUnresolvedMessageParameters
in interfaceorg.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,org.apache.flink.runtime.rest.messages.EmptyMessageParameters>
-
getInstance
public static CustomDashboardConfigurationHeaders getInstance()
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interfaceorg.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,CustomDashboardConfiguration,org.apache.flink.runtime.rest.messages.EmptyMessageParameters>
-
-