Class ListResult.ObjectListing
- java.lang.Object
-
- edu.wisc.library.ocfl.core.storage.cloud.ListResult.ObjectListing
-
- Enclosing class:
- ListResult
public static class ListResult.ObjectListing extends Object
Encapsulates an object key and its suffix. An object's suffix is the portion of its key that's after the key prefix the list operation was on
-
-
Constructor Summary
Constructors Constructor Description ObjectListing()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudObjectKeygetKey()The key the object is stored at.StringgetKeySuffix()The object's key suffix, the portion of the key that appears after the key prefix the list operation was onListResult.ObjectListingsetKey(CloudObjectKey key)ListResult.ObjectListingsetKeySuffix(String keySuffix)StringtoString()
-
-
-
Method Detail
-
getKey
public CloudObjectKey getKey()
The key the object is stored at.- Returns:
- object key
-
setKey
public ListResult.ObjectListing setKey(CloudObjectKey key)
-
getKeySuffix
public String getKeySuffix()
The object's key suffix, the portion of the key that appears after the key prefix the list operation was on- Returns:
- object key suffix
-
setKeySuffix
public ListResult.ObjectListing setKeySuffix(String keySuffix)
-
-