public final class PutObjectCommand extends Command
Modifier and Type | Class and Description |
---|---|
static class |
PutObjectCommand.Builder |
Modifier and Type | Method and Description |
---|---|
static PutObjectCommand.Builder |
builder() |
boolean |
equals(Object o) |
Object |
getContent()
Open content payload that is not inspected by the DataStore.
|
String |
getKey()
Unique identifier of the objects.
|
String |
getNamespace()
Namespace where object needs to be created.
|
int |
hashCode() |
String |
toString() |
public static PutObjectCommand.Builder builder()
public String getNamespace()
public String getKey()
public Object getContent()
Copyright © 2023. All rights reserved.