public class ObjectExistsRequest extends Object
Constructor | Description |
---|---|
ObjectExistsRequest() |
Initializes a new instance of the ObjectExistsRequest class.
|
ObjectExistsRequest(String path,
String storageName,
String versionId) |
Initializes a new instance of the ObjectExistsRequest class.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
String |
getpath() |
File or folder path e.g.
|
String |
getstorageName() |
Storage name
|
String |
getversionId() |
File version ID
|
int |
hashCode() |
|
void |
setpath(String path) |
|
void |
setstorageName(String storageName) |
|
void |
setversionId(String versionId) |
|
String |
toString() |
public ObjectExistsRequest()
public String getpath()
public void setpath(String path)
public String getstorageName()
public void setstorageName(String storageName)
public String getversionId()
public void setversionId(String versionId)
Copyright © 2019. All rights reserved.