-
public final class SetMediaTextRequestRequest object containing input parameters for the CSSDomain.setMediaText command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringstyleSheetIdprivate final SourceRangerangeprivate final Stringtext
-
Constructor Summary
Constructors Constructor Description SetMediaTextRequest(String styleSheetId, SourceRange range, String text)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final SourceRangecomponent2()final Stringcomponent3()final SetMediaTextRequestcopy(String styleSheetId, SourceRange range, String text)final StringgetStyleSheetId()final SourceRangegetRange()final StringgetText()-
-
Constructor Detail
-
SetMediaTextRequest
SetMediaTextRequest(String styleSheetId, SourceRange range, String text)
-
-
Method Detail
-
component1
final String component1()
-
component2
final SourceRange component2()
-
component3
final String component3()
-
copy
final SetMediaTextRequest copy(String styleSheetId, SourceRange range, String text)
-
getStyleSheetId
final String getStyleSheetId()
-
getRange
final SourceRange getRange()
-
-
-
-