@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-01-21T13:55:10.013685-05:00[America/New_York]") public class Channel 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 |
---|
Channel() |
Modifier and Type | Method and Description |
---|---|
Channel |
addUserGroupsItem(String userGroupsItem) |
boolean |
equals(Object o)
Return true if this Channel object is equal to o.
|
Long |
getId()
Get id
|
String |
getName()
Get name
|
List<String> |
getUserGroups()
Get userGroups
|
int |
hashCode() |
Channel |
id(Long id) |
Channel |
name(String name) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setUserGroups(List<String> userGroups) |
String |
toString() |
Channel |
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