-
public final class CreateStyleSheetResponseResponse type for the CSSDomain.createStyleSheet command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringstyleSheetId
-
Constructor Summary
Constructors Constructor Description CreateStyleSheetResponse(String styleSheetId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final CreateStyleSheetResponsecopy(String styleSheetId)final StringgetStyleSheetId()Identifier of the created "via-inspector" stylesheet. -
-
Constructor Detail
-
CreateStyleSheetResponse
CreateStyleSheetResponse(String styleSheetId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final CreateStyleSheetResponse copy(String styleSheetId)
-
getStyleSheetId
final String getStyleSheetId()
Identifier of the created "via-inspector" stylesheet.
-
-
-
-