-
public final class StartWorkerRequestRequest object containing input parameters for the ServiceWorkerDomain.startWorker command.
-
-
Constructor Summary
Constructors Constructor Description StartWorkerRequest(String scopeURL)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final StartWorkerRequestcopy(String scopeURL)final StringgetScopeURL()-
-
Constructor Detail
-
StartWorkerRequest
StartWorkerRequest(String scopeURL)
-
-
Method Detail
-
component1
final String component1()
-
copy
final StartWorkerRequest copy(String scopeURL)
-
getScopeURL
final String getScopeURL()
-
-
-
-