Package com.volcengine
Class UniversalRequest
- java.lang.Object
-
- com.volcengine.UniversalRequest
-
public class UniversalRequest extends Object
[email protected] 2022/12/23 15:33
-
-
Constructor Summary
Constructors Constructor Description UniversalRequest()UniversalRequest(String serviceName, String action, String version)UniversalRequest(String serviceName, String action, String version, HttpMethod httpMethod, ContentType contentType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()ContentTypegetContentType()HttpMethodgetHttpMethod()StringgetServiceName()StringgetVersion()voidsetAction(String action)voidsetContentType(ContentType contentType)voidsetHttpMethod(HttpMethod httpMethod)voidsetServiceName(String serviceName)voidsetVersion(String version)
-
-
-
Constructor Detail
-
UniversalRequest
public UniversalRequest(String serviceName, String action, String version, HttpMethod httpMethod, ContentType contentType)
-
UniversalRequest
public UniversalRequest()
-
-
Method Detail
-
getServiceName
public String getServiceName()
-
setServiceName
public void setServiceName(String serviceName)
-
getAction
public String getAction()
-
setAction
public void setAction(String action)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
getHttpMethod
public HttpMethod getHttpMethod()
-
setHttpMethod
public void setHttpMethod(HttpMethod httpMethod)
-
getContentType
public ContentType getContentType()
-
setContentType
public void setContentType(ContentType contentType)
-
-