public class HTTPEvent extends Object
| 构造器和说明 |
|---|
HTTPEvent(OapiRequest request,
OapiResponse response) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getChallenge() |
String |
getEventType() |
String |
getInput() |
OapiRequest |
getRequest() |
OapiResponse |
getResponse() |
String |
getSchema() |
String |
getType() |
void |
setChallenge(String challenge) |
void |
setEventType(String eventType) |
void |
setInput(String input) |
void |
setSchema(String schema) |
void |
setType(String type) |
public HTTPEvent(OapiRequest request, OapiResponse response)
public OapiRequest getRequest()
public OapiResponse getResponse()
public String getInput()
public void setInput(String input)
public String getSchema()
public void setSchema(String schema)
public String getType()
public void setType(String type)
public String getEventType()
public void setEventType(String eventType)
public String getChallenge()
public void setChallenge(String challenge)
Copyright © 2021. All rights reserved.