-
public final class ResolveBlobRequestRequest object containing input parameters for the IODomain.resolveBlob command.
-
-
Constructor Summary
Constructors Constructor Description ResolveBlobRequest(String objectId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final ResolveBlobRequestcopy(String objectId)final StringgetObjectId()Object id of a Blob object wrapper. -
-
Constructor Detail
-
ResolveBlobRequest
ResolveBlobRequest(String objectId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final ResolveBlobRequest copy(String objectId)
-
getObjectId
final String getObjectId()
Object id of a Blob object wrapper.
-
-
-
-