Class Metadata
- java.lang.Object
-
- dev.aherscu.qa.s3.publisher.maven.plugin.config.Metadata
-
public class Metadata extends Object
-
-
Constructor Summary
Constructors Constructor Description Metadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCacheControl()
String
getCannedAcl()
String
getContentDisposition()
String
getContentEncoding()
String
getContentLanguage()
String
getContentType()
String
getId()
int
getSecondsToExpire()
String
getWebsiteRedirectLocation()
int
hashCode()
boolean
isDefault()
String
toString()
-
-
-
Method Detail
-
getCacheControl
public String getCacheControl()
-
getCannedAcl
public String getCannedAcl()
-
getContentDisposition
public String getContentDisposition()
-
getContentEncoding
public String getContentEncoding()
-
getContentLanguage
public String getContentLanguage()
-
getContentType
public String getContentType()
-
getId
public String getId()
-
getSecondsToExpire
public int getSecondsToExpire()
-
getWebsiteRedirectLocation
public String getWebsiteRedirectLocation()
-
isDefault
public boolean isDefault()
-
-