public class RedactableArgument extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RedactableArgument.ArgumentType
The type of the redactable argument.
|
Modifier and Type | Method and Description |
---|---|
String |
message()
The message of this redactable argument.
|
static RedactableArgument |
meta(Object message)
A redactable argument of meta data.
|
static RedactableArgument |
system(Object message)
A redactable argument of system data.
|
String |
toString() |
RedactableArgument.ArgumentType |
type()
The type of this redactable argument.
|
static RedactableArgument |
user(Object message)
A redactable argument of user data.
|
public static RedactableArgument user(Object message)
message
- the message to redact.RedactableArgument
.public static RedactableArgument meta(Object message)
message
- the message to redact.RedactableArgument
.public static RedactableArgument system(Object message)
message
- the message to redact.RedactableArgument
.public RedactableArgument.ArgumentType type()
public String message()
Copyright © 2019 Couchbase, Inc.. All rights reserved.