Class KrakenIngest
java.lang.Object
com.github.twitch4j.kraken.domain.KrakenIngest
Deprecated.
Kraken is deprecated and has been shut down on Febuary 28, 2022.
More details about the deprecation are available here.
Model representing a twitch ingest server.
The Twitch ingesting system is the first stop for a broadcast stream. An ingest server receives your stream, and the ingesting system authorizes and registers streams, then prepares them for viewers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.booleanDeprecated.Deprecated.getId()Deprecated.Deprecated.getName()Deprecated.Deprecated.inthashCode()Deprecated.voidsetAvailability(Integer availability) Deprecated.voidDeprecated.voidsetIsDefault(Boolean isDefault) Deprecated.voidDeprecated.voidsetUrlTemplate(String urlTemplate) Deprecated.toString()Deprecated.
-
Constructor Details
-
KrakenIngest
public KrakenIngest()Deprecated.
-
-
Method Details
-
getId
Deprecated. -
getName
Deprecated. -
getAvailability
Deprecated. -
getIsDefault
Deprecated. -
getUrlTemplate
Deprecated. -
setId
Deprecated. -
setName
Deprecated. -
setAvailability
Deprecated. -
setIsDefault
Deprecated. -
setUrlTemplate
Deprecated. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-