public class ProposedBucketConfigContext extends Object
| Constructor and Description |
|---|
ProposedBucketConfigContext(String bucketName,
String config,
String origin)
Creates a new proposed bucket config context.
|
ProposedBucketConfigContext(String bucketName,
String config,
String origin,
boolean forcesOverride) |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketName() |
String |
config() |
boolean |
equals(Object o) |
ProposedBucketConfigContext |
forceOverride() |
boolean |
forcesOverride() |
int |
hashCode() |
String |
origin()
Returns the origin, might be null.
|
String |
toString() |
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.public String bucketName()
public String config()
public String origin()
public boolean forcesOverride()
public ProposedBucketConfigContext forceOverride()
Copyright © 2024 Couchbase, Inc.. All rights reserved.