public class HttpResponseEntity extends Object
| 构造器和说明 |
|---|
HttpResponseEntity() |
HttpResponseEntity(int status,
String requestTime,
String responseTime,
long rrMillis,
String entity) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getEntity() |
String |
getRequestTime() |
String |
getResponseTime() |
long |
getRrMillis() |
int |
getStatus() |
void |
setEntity(String entity) |
void |
setRequestTime(String requestTime) |
void |
setResponseTime(String responseTime) |
void |
setRrMillis(long rrMillis) |
void |
setStatus(int status) |
String |
toString() |
public HttpResponseEntity(int status,
String requestTime,
String responseTime,
long rrMillis,
String entity)
public HttpResponseEntity()
public int getStatus()
public void setStatus(int status)
public String getRequestTime()
public void setRequestTime(String requestTime)
public String getResponseTime()
public void setResponseTime(String responseTime)
public long getRrMillis()
public void setRrMillis(long rrMillis)
public String getEntity()
public void setEntity(String entity)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.