-
public final class LoadNetworkResourcePageResultAn object providing the result of a network resource load.
-
-
Method Summary
Modifier and Type Method Description final Booleancomponent1()final Doublecomponent2()final Stringcomponent3()final Doublecomponent4()final Stringcomponent5()final JsonElementcomponent6()final LoadNetworkResourcePageResultcopy(Boolean success, Double netError, String netErrorName, Double httpStatusCode, String stream, JsonElement headers)final BooleangetSuccess()final DoublegetNetError()Optional values used for error reporting. final StringgetNetErrorName()final DoublegetHttpStatusCode()final StringgetStream()If successful, one of the following two fields holds the result. final JsonElementgetHeaders()Response headers. -
-
Method Detail
-
component1
final Boolean component1()
-
component2
final Double component2()
-
component3
final String component3()
-
component4
final Double component4()
-
component5
final String component5()
-
component6
final JsonElement component6()
-
copy
final LoadNetworkResourcePageResult copy(Boolean success, Double netError, String netErrorName, Double httpStatusCode, String stream, JsonElement headers)
-
getSuccess
final Boolean getSuccess()
-
getNetError
final Double getNetError()
Optional values used for error reporting.
-
getNetErrorName
final String getNetErrorName()
-
getHttpStatusCode
final Double getHttpStatusCode()
-
getHeaders
final JsonElement getHeaders()
Response headers.
-
-
-
-