-
public final class AddScriptToEvaluateOnNewDocumentResponseResponse type for the PageDomain.addScriptToEvaluateOnNewDocument command.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidentifier
-
Constructor Summary
Constructors Constructor Description AddScriptToEvaluateOnNewDocumentResponse(String identifier)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final AddScriptToEvaluateOnNewDocumentResponsecopy(String identifier)final StringgetIdentifier()Identifier of the added script. -
-
Constructor Detail
-
AddScriptToEvaluateOnNewDocumentResponse
AddScriptToEvaluateOnNewDocumentResponse(String identifier)
-
-
Method Detail
-
component1
final String component1()
-
copy
final AddScriptToEvaluateOnNewDocumentResponse copy(String identifier)
-
getIdentifier
final String getIdentifier()
Identifier of the added script.
-
-
-
-