-
public final class GetEncodedResponseRequestRequest object containing input parameters for the AuditsDomain.getEncodedResponse command.
-
-
Constructor Summary
Constructors Constructor Description GetEncodedResponseRequest(String requestId, String encoding, Double quality, Boolean sizeOnly)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Doublecomponent3()final Booleancomponent4()final GetEncodedResponseRequestcopy(String requestId, String encoding, Double quality, Boolean sizeOnly)final StringgetRequestId()Identifier of the network request to get content for. final StringgetEncoding()The encoding to use. final DoublegetQuality()The quality of the encoding (0-1). final BooleangetSizeOnly()Whether to only return the size information (defaults to false). -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final Double component3()
-
component4
final Boolean component4()
-
copy
final GetEncodedResponseRequest copy(String requestId, String encoding, Double quality, Boolean sizeOnly)
-
getRequestId
final String getRequestId()
Identifier of the network request to get content for.
-
getEncoding
final String getEncoding()
The encoding to use.
-
getQuality
final Double getQuality()
The quality of the encoding (0-1). (defaults to 1)
-
getSizeOnly
final Boolean getSizeOnly()
Whether to only return the size information (defaults to false).
-
-
-
-