-
public final class SetAutomaticPresenceSimulationRequestRequest object containing input parameters for the WebAuthnDomain.setAutomaticPresenceSimulation command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringauthenticatorIdprivate final Booleanenabled
-
Constructor Summary
Constructors Constructor Description SetAutomaticPresenceSimulationRequest(String authenticatorId, Boolean enabled)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Booleancomponent2()final SetAutomaticPresenceSimulationRequestcopy(String authenticatorId, Boolean enabled)final StringgetAuthenticatorId()final BooleangetEnabled()-
-
Method Detail
-
component1
final String component1()
-
component2
final Boolean component2()
-
copy
final SetAutomaticPresenceSimulationRequest copy(String authenticatorId, Boolean enabled)
-
getAuthenticatorId
final String getAuthenticatorId()
-
getEnabled
final Boolean getEnabled()
-
-
-
-