public class SpaceUpdateRequest extends EvsBaseRequest
| Modifier and Type | Field and Description |
|---|---|
protected AiConfigRequest |
aiConfig |
protected CallbackUpdateRequest |
callback |
protected String |
description |
protected DownstreamAuth |
downstreamAuth |
protected SpaceGbProperties |
gbProperties |
protected Recording |
recording |
protected String |
spaceName |
protected Thumbnail |
thumbnail |
protected TimeShift |
timeShift |
protected UpstreamAuth |
upstreamAuth |
| Constructor and Description |
|---|
SpaceUpdateRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AiConfigRequest |
getAiConfig() |
CallbackUpdateRequest |
getCallback() |
String |
getDescription() |
DownstreamAuth |
getDownstreamAuth() |
SpaceGbProperties |
getGbProperties() |
Recording |
getRecording() |
String |
getSpaceName() |
Thumbnail |
getThumbnail() |
TimeShift |
getTimeShift() |
UpstreamAuth |
getUpstreamAuth() |
int |
hashCode() |
void |
setAiConfig(AiConfigRequest aiConfig) |
void |
setCallback(CallbackUpdateRequest callback) |
void |
setDescription(String description) |
void |
setDownstreamAuth(DownstreamAuth downstreamAuth) |
void |
setGbProperties(SpaceGbProperties gbProperties) |
void |
setRecording(Recording recording) |
void |
setSpaceName(String spaceName) |
void |
setThumbnail(Thumbnail thumbnail) |
void |
setTimeShift(TimeShift timeShift) |
void |
setUpstreamAuth(UpstreamAuth upstreamAuth) |
String |
toString() |
withRequestCredentialsgetRequestCredentials, setRequestCredentialsprotected String spaceName
protected String description
protected UpstreamAuth upstreamAuth
protected DownstreamAuth downstreamAuth
protected Recording recording
protected Thumbnail thumbnail
protected TimeShift timeShift
protected CallbackUpdateRequest callback
protected SpaceGbProperties gbProperties
protected AiConfigRequest aiConfig
public String getSpaceName()
public void setSpaceName(String spaceName)
public String getDescription()
public void setDescription(String description)
public Recording getRecording()
public void setRecording(Recording recording)
public Thumbnail getThumbnail()
public void setThumbnail(Thumbnail thumbnail)
public TimeShift getTimeShift()
public void setTimeShift(TimeShift timeShift)
public CallbackUpdateRequest getCallback()
public void setCallback(CallbackUpdateRequest callback)
public AiConfigRequest getAiConfig()
public void setAiConfig(AiConfigRequest aiConfig)
public UpstreamAuth getUpstreamAuth()
public void setUpstreamAuth(UpstreamAuth upstreamAuth)
public DownstreamAuth getDownstreamAuth()
public void setDownstreamAuth(DownstreamAuth downstreamAuth)
public SpaceGbProperties getGbProperties()
public void setGbProperties(SpaceGbProperties gbProperties)
Copyright © 2022. All rights reserved.