-
public final class SetCookieResponseResponse type for the NetworkDomain.setCookie command.
-
-
Constructor Summary
Constructors Constructor Description SetCookieResponse(Boolean success)
-
Method Summary
Modifier and Type Method Description final Booleancomponent1()final SetCookieResponsecopy(Boolean success)final BooleangetSuccess()Always set to true. -
-
Constructor Detail
-
SetCookieResponse
SetCookieResponse(Boolean success)
-
-
Method Detail
-
component1
final Boolean component1()
-
copy
final SetCookieResponse copy(Boolean success)
-
getSuccess
final Boolean getSuccess()
Always set to true. If an error occurs, the response indicates protocol error.
-
-
-
-