public class UserConfiguration extends ChannelConfiguration
Modifier and Type | Field and Description |
---|---|
static ChannelType |
TYPE
The type of the channel configuration.
|
Constructor and Description |
---|
UserConfiguration()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getUserId()
Returns the user id of the alerts.
|
void |
setUserId(String userId)
Sets the user id of the alerts.
|
String |
toString()
Returns a string representation of the object.
|
getType, setType
public static final ChannelType TYPE
public void setUserId(String userId)
userId
- The user id of the alertspublic String getUserId()
public String toString()
toString
in class ChannelConfiguration
Copyright © 2018. All rights reserved.