-
public final class SetDOMStorageItemRequestRequest object containing input parameters for the DOMStorageDomain.setDOMStorageItem command.
-
-
Constructor Summary
Constructors Constructor Description SetDOMStorageItemRequest(StorageId storageId, String key, String value)
-
Method Summary
Modifier and Type Method Description final StorageIdcomponent1()final Stringcomponent2()final Stringcomponent3()final SetDOMStorageItemRequestcopy(StorageId storageId, String key, String value)final StorageIdgetStorageId()final StringgetKey()final StringgetValue()-
-
Method Detail
-
component1
final StorageId component1()
-
component2
final String component2()
-
component3
final String component3()
-
copy
final SetDOMStorageItemRequest copy(StorageId storageId, String key, String value)
-
getStorageId
final StorageId getStorageId()
-
-
-
-