-
public final class GetStyleSheetTextRequestRequest object containing input parameters for the CSSDomain.getStyleSheetText command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringstyleSheetId
-
Constructor Summary
Constructors Constructor Description GetStyleSheetTextRequest(String styleSheetId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final GetStyleSheetTextRequestcopy(String styleSheetId)final StringgetStyleSheetId()-
-
Constructor Detail
-
GetStyleSheetTextRequest
GetStyleSheetTextRequest(String styleSheetId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final GetStyleSheetTextRequest copy(String styleSheetId)
-
getStyleSheetId
final String getStyleSheetId()
-
-
-
-