-
@Deprecated(message = "Deprecated in the Chrome DevTools protocol") public final class HandleCertificateErrorRequest
Request object containing input parameters for the SecurityDomain.handleCertificateError command.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegereventIdprivate final CertificateErrorActionaction
-
Constructor Summary
Constructors Constructor Description HandleCertificateErrorRequest(Integer eventId, CertificateErrorAction action)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final CertificateErrorActioncomponent2()final HandleCertificateErrorRequestcopy(Integer eventId, CertificateErrorAction action)final IntegergetEventId()The ID of the event. final CertificateErrorActiongetAction()The action to take on the certificate error. -
-
Constructor Detail
-
HandleCertificateErrorRequest
HandleCertificateErrorRequest(Integer eventId, CertificateErrorAction action)
-
-
Method Detail
-
component1
final Integer component1()
-
component2
final CertificateErrorAction component2()
-
copy
final HandleCertificateErrorRequest copy(Integer eventId, CertificateErrorAction action)
-
getEventId
final Integer getEventId()
The ID of the event.
-
getAction
final CertificateErrorAction getAction()
The action to take on the certificate error.
-
-
-
-