public class MessageContextMetadata
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
MessageContextMetadata.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
deployment |
protected java.lang.String |
userId |
Modifier | Constructor and Description |
---|---|
protected |
MessageContextMetadata(MessageContextMetadata.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
deployment()
Gets the deployment.
|
MessageContextMetadata.Builder |
newBuilder()
New builder.
|
java.lang.String |
userId()
Gets the userId.
|
protected java.lang.String deployment
@SerializedName(value="user_id") protected java.lang.String userId
protected MessageContextMetadata(MessageContextMetadata.Builder builder)
public MessageContextMetadata.Builder newBuilder()
public java.lang.String deployment()
A label identifying the deployment environment, used for filtering log data. This string cannot contain carriage return, newline, or tab characters.
public java.lang.String userId()
A string value that identifies the user who is interacting with the workspace. The client must provide a unique identifier for each individual end user who accesses the application. For Plus and Premium plans, this user ID is used to identify unique users for billing purposes. This string cannot contain carriage return, newline, or tab characters.