public class StreamsLiveCreateRequest extends Object
Constructor and Description |
---|
StreamsLiveCreateRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription()
Description of the stream
|
String |
getDomainRestrictionId()
Id of the domain restriction config to use
|
String |
getTitle()
Title of the stream
|
int |
hashCode() |
void |
setDescription(String description)
Description of the stream
|
void |
setDomainRestrictionId(String domainRestrictionId)
Id of the domain restriction config to use
|
void |
setTitle(String title)
Title of the stream
|
String |
toString() |
public String getTitle()
public void setTitle(String title)
title
- Title of the streampublic String getDescription()
public void setDescription(String description)
description
- Description of the streampublic String getDomainRestrictionId()
public void setDomainRestrictionId(String domainRestrictionId)
domainRestrictionId
- Id of the domain restriction config to useCopyright © 2024. All rights reserved.