public class StreamDescription extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
STREAM_DESCRIPTION_CURRENT_VERSION
Current version for the structure as defined in the native code
|
| Constructor and Description |
|---|
StreamDescription(int version,
String deviceName,
String streamName,
String contentType,
String updateVersion,
String streamArn,
StreamStatus streamStatus,
long creationTime) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
long |
getCreationTime() |
String |
getDeviceName() |
String |
getStreamArn() |
String |
getStreamName() |
int |
getStreamStatus() |
String |
getUpdateVersion() |
int |
getVersion() |
public static final int STREAM_DESCRIPTION_CURRENT_VERSION
public int getVersion()
public String getDeviceName()
public String getStreamName()
public String getContentType()
public String getUpdateVersion()
public String getStreamArn()
public int getStreamStatus()
public long getCreationTime()
Copyright © 2019. All rights reserved.