Package video.api.client.api.models
Class VideoSourceLiveStreamLink
- java.lang.Object
-
- video.api.client.api.models.VideoSourceLiveStreamLink
-
- All Implemented Interfaces:
Serializable
public class VideoSourceLiveStreamLink extends Object implements Serializable
VideoSourceLiveStreamLink- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_RELstatic StringSERIALIZED_NAME_URI
-
Constructor Summary
Constructors Constructor Description VideoSourceLiveStreamLink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetRel()Get relStringgetUri()Get uriinthashCode()VideoSourceLiveStreamLinkrel(String rel)voidsetRel(String rel)voidsetUri(String uri)StringtoString()VideoSourceLiveStreamLinkuri(String uri)
-
-
-
Field Detail
-
SERIALIZED_NAME_REL
public static final String SERIALIZED_NAME_REL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_URI
public static final String SERIALIZED_NAME_URI
- See Also:
- Constant Field Values
-
-
Method Detail
-
rel
public VideoSourceLiveStreamLink rel(String rel)
-
getRel
@Nullable public String getRel()
Get rel- Returns:
- rel
-
setRel
public void setRel(String rel)
-
uri
public VideoSourceLiveStreamLink uri(String uri)
-
getUri
@Nullable public String getUri()
Get uri- Returns:
- uri
-
setUri
public void setUri(String uri)
-
-