public class HttpInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
HttpInfo.Builder |
| 构造器和说明 |
|---|
HttpInfo() |
HttpInfo(HttpInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getHttpMethod() |
String |
getHttpPath() |
static HttpInfo.Builder |
newBuilder() |
void |
setHttpMethod(String httpMethod) |
void |
setHttpPath(String httpPath) |
public HttpInfo()
public HttpInfo(HttpInfo.Builder builder)
public String getHttpMethod()
public void setHttpMethod(String httpMethod)
public String getHttpPath()
public void setHttpPath(String httpPath)
public static HttpInfo.Builder newBuilder()
Copyright © 2026. All rights reserved.