类 APIGatewayProxyRequestEvent.ProxyRequestContext
java.lang.Object
com.qcloud.services.scf.runtime.events.APIGatewayProxyRequestEvent.ProxyRequestContext
- 所有已实现的接口:
Serializable,Cloneable
public static class APIGatewayProxyRequestEvent.ProxyRequestContext extends Object implements Serializable, Cloneable
class that represents proxy request context
- 另请参阅:
- 序列化表格
-
构造器概要
构造器 构造器 说明 ProxyRequestContext()default constructor -
方法概要
修饰符和类型 方法 说明 APIGatewayProxyRequestEvent.ProxyRequestContextclone()booleanequals(Object o)StringgetHttpMethod()APIGatewayProxyRequestEvent.RequestIdentitygetIdentity()StringgetPath()StringgetRequestId()StringgetServiceId()StringgetSourceIp()StringgetStage()inthashCode()voidsetHttpMethod(String httpMethod)voidsetIdentity(APIGatewayProxyRequestEvent.RequestIdentity identity)voidsetPath(String path)voidsetRequestId(String requestId)voidsetServiceId(String serviceId)voidsetSourceIp(String sourceIp)voidsetStage(String stage)StringtoString()
-
构造器详细资料
-
ProxyRequestContext
public ProxyRequestContext()default constructor
-
-
方法详细资料
-
getServiceId
-
setServiceId
-
getPath
-
setPath
-
getHttpMethod
-
setHttpMethod
-
getRequestId
-
setRequestId
-
getIdentity
-
setIdentity
-
getSourceIp
-
setSourceIp
-
getStage
-
setStage
-
toString
-
equals
-
hashCode
public int hashCode() -
clone
-