-
public final class SetStyleSheetTextRequestRequest object containing input parameters for the CSSDomain.setStyleSheetText command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringstyleSheetIdprivate final Stringtext
-
Constructor Summary
Constructors Constructor Description SetStyleSheetTextRequest(String styleSheetId, String text)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final SetStyleSheetTextRequestcopy(String styleSheetId, String text)final StringgetStyleSheetId()final StringgetText()-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
copy
final SetStyleSheetTextRequest copy(String styleSheetId, String text)
-
getStyleSheetId
final String getStyleSheetId()
-
-
-
-