public class GetApiVersionHeaders extends Object implements SqlGatewayMessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,GetApiVersionResponseBody,org.apache.flink.runtime.rest.messages.EmptyMessageParameters>
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
org.apache.flink.runtime.rest.HttpMethodWrapper |
getHttpMethod() |
static GetApiVersionHeaders |
getInstance() |
Class<org.apache.flink.runtime.rest.messages.EmptyRequestBody> |
getRequestClass() |
Class<GetApiVersionResponseBody> |
getResponseClass() |
org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus |
getResponseStatusCode() |
String |
getTargetRestEndpointURL() |
org.apache.flink.runtime.rest.messages.EmptyMessageParameters |
getUnresolvedMessageParameters() |
String |
operationId() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSupportedAPIVersionspublic org.apache.flink.runtime.rest.HttpMethodWrapper getHttpMethod()
getHttpMethod in interface org.apache.flink.runtime.rest.handler.RestHandlerSpecificationpublic String getTargetRestEndpointURL()
getTargetRestEndpointURL in interface org.apache.flink.runtime.rest.handler.RestHandlerSpecificationpublic Class<GetApiVersionResponseBody> getResponseClass()
getResponseClass in interface org.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,GetApiVersionResponseBody,org.apache.flink.runtime.rest.messages.EmptyMessageParameters>public org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus getResponseStatusCode()
getResponseStatusCode in interface org.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,GetApiVersionResponseBody,org.apache.flink.runtime.rest.messages.EmptyMessageParameters>public String getDescription()
getDescription in interface org.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,GetApiVersionResponseBody,org.apache.flink.runtime.rest.messages.EmptyMessageParameters>public Class<org.apache.flink.runtime.rest.messages.EmptyRequestBody> getRequestClass()
getRequestClass in interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,org.apache.flink.runtime.rest.messages.EmptyMessageParameters>public org.apache.flink.runtime.rest.messages.EmptyMessageParameters getUnresolvedMessageParameters()
getUnresolvedMessageParameters in interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,org.apache.flink.runtime.rest.messages.EmptyMessageParameters>public static GetApiVersionHeaders getInstance()
public String operationId()
operationId in interface org.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,GetApiVersionResponseBody,org.apache.flink.runtime.rest.messages.EmptyMessageParameters>Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.