-
public final class SetStyleSheetTextResponseResponse type for the CSSDomain.setStyleSheetText command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringsourceMapURL
-
Constructor Summary
Constructors Constructor Description SetStyleSheetTextResponse(String sourceMapURL)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final SetStyleSheetTextResponsecopy(String sourceMapURL)final StringgetSourceMapURL()URL of source map associated with script (if any). -
-
Constructor Detail
-
SetStyleSheetTextResponse
SetStyleSheetTextResponse(String sourceMapURL)
-
-
Method Detail
-
component1
final String component1()
-
copy
final SetStyleSheetTextResponse copy(String sourceMapURL)
-
getSourceMapURL
final String getSourceMapURL()
URL of source map associated with script (if any).
-
-
-
-