public class LoadNetworkResourcePageResult extends Object
| Constructor and Description |
|---|
LoadNetworkResourcePageResult() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getHeaders()
Response headers.
|
Double |
getHttpStatusCode() |
Double |
getNetError()
Optional values used for error reporting.
|
String |
getNetErrorName() |
String |
getStream()
If successful, one of the following two fields holds the result.
|
Boolean |
getSuccess() |
void |
setHeaders(Map<String,Object> headers)
Response headers.
|
void |
setHttpStatusCode(Double httpStatusCode) |
void |
setNetError(Double netError)
Optional values used for error reporting.
|
void |
setNetErrorName(String netErrorName) |
void |
setStream(String stream)
If successful, one of the following two fields holds the result.
|
void |
setSuccess(Boolean success) |
public Boolean getSuccess()
public void setSuccess(Boolean success)
public Double getNetError()
public void setNetError(Double netError)
public String getNetErrorName()
public void setNetErrorName(String netErrorName)
public Double getHttpStatusCode()
public void setHttpStatusCode(Double httpStatusCode)
public String getStream()
public void setStream(String stream)
Copyright © 2021 Kenan Klisura. All rights reserved.