public class ProposedBucketConfigContext extends Object
Constructor and Description |
---|
ProposedBucketConfigContext(String bucketName,
String config,
String origin)
Creates a new proposed bucket config context.
|
Modifier and Type | Method and Description |
---|---|
String |
bucketName() |
String |
config() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
origin()
Returns the origin, might be null.
|
public ProposedBucketConfigContext(String bucketName, String config, String origin)
bucketName
- the name of the bucket, must not be null.config
- the raw config, must not be null.origin
- the origin of the config, can be null.Copyright © 2020 Couchbase, Inc.. All rights reserved.