Package com.emc.object.s3.bean
Class MetadataSearchList
- java.lang.Object
-
- com.emc.object.s3.bean.MetadataSearchList
-
public class MetadataSearchList extends java.lang.Object
List of search metadata associated with a bucket.
-
-
Constructor Summary
Constructors Constructor Description MetadataSearchList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<MetadataSearchKey>
getIndexableKeys()
java.util.List<MetadataSearchKey>
getOptionalAttributes()
void
setIndexableKeys(java.util.List<MetadataSearchKey> indexableKeys)
void
setOptionalAttributes(java.util.List<MetadataSearchKey> optionalAttributes)
-
-
-
Method Detail
-
getIndexableKeys
public java.util.List<MetadataSearchKey> getIndexableKeys()
-
setIndexableKeys
public void setIndexableKeys(java.util.List<MetadataSearchKey> indexableKeys)
-
getOptionalAttributes
public java.util.List<MetadataSearchKey> getOptionalAttributes()
-
setOptionalAttributes
public void setOptionalAttributes(java.util.List<MetadataSearchKey> optionalAttributes)
-
-