@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-02-12T14:56:03.264844-05:00[America/New_York]") public class ChannelUpdate extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_USER_GROUPS |
Constructor and Description |
---|
ChannelUpdate() |
Modifier and Type | Method and Description |
---|---|
ChannelUpdate |
addUserGroupsItem(String userGroupsItem) |
boolean |
equals(Object o)
Return true if this ChannelUpdate object is equal to o.
|
Long |
getId()
Get id
|
String |
getName()
Get name
|
List<String> |
getUserGroups()
Get userGroups
|
int |
hashCode() |
ChannelUpdate |
id(Long id) |
ChannelUpdate |
name(String name) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setUserGroups(List<String> userGroups) |
String |
toString() |
ChannelUpdate |
userGroups(List<String> userGroups) |
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_USER_GROUPS
public ChannelUpdate id(Long id)
public void setId(Long id)
public ChannelUpdate name(String name)
public void setName(String name)
public ChannelUpdate userGroups(List<String> userGroups)
public ChannelUpdate addUserGroupsItem(String userGroupsItem)
public boolean equals(Object o)