public class MessageContextMetadata extends GenericModel
| Constructor and Description |
|---|
MessageContextMetadata() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeployment()
Gets the deployment.
|
java.lang.String |
getUserId()
Gets the userId.
|
void |
setDeployment(java.lang.String deployment)
Sets the deployment.
|
void |
setUserId(java.lang.String userId)
Sets the userId.
|
equals, hashCode, toStringpublic java.lang.String getDeployment()
public java.lang.String getUserId()
public void setDeployment(java.lang.String deployment)
deployment - the new deploymentpublic void setUserId(java.lang.String userId)
userId - the new userId