@ProviderType public class UGCBucketConfig extends Object
| Constructor and Description |
|---|
UGCBucketConfig() |
| Modifier and Type | Method and Description |
|---|---|
UserGeneratedContentService.APPROVE_ACTION |
getAction() |
String |
getBucket() |
UserGeneratedContentService.CONTENT_TYPE |
getContentType() |
int |
getPathDepth() |
void |
setAction(UserGeneratedContentService.APPROVE_ACTION action) |
void |
setBucket(String bucket) |
void |
setContentType(UserGeneratedContentService.CONTENT_TYPE contentType) |
void |
setPathDepth(int pathDepth) |
public UserGeneratedContentService.CONTENT_TYPE getContentType()
public void setContentType(UserGeneratedContentService.CONTENT_TYPE contentType)
contentType - the contentType to setpublic int getPathDepth()
public void setPathDepth(int pathDepth)
pathDepth - the pathDepth to setpublic String getBucket()
public void setBucket(String bucket)
bucket - the bucket to setpublic UserGeneratedContentService.APPROVE_ACTION getAction()
public void setAction(UserGeneratedContentService.APPROVE_ACTION action)
action - the action to setCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.