Package com.amazonaws.kinesisvideo.ack
Class AckEventData
- java.lang.Object
-
- com.amazonaws.kinesisvideo.ack.AckEventData
-
public class AckEventData extends Object
-
-
Constructor Summary
Constructors Constructor Description AckEventData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorCode()longgetFragmentTimecode()StringgetType()voidsetErrorCode(int errorCode)voidsetFragmentTimecode(long fragmentTimecode)voidsetType(String type)
-
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
getErrorCode
public int getErrorCode()
-
setErrorCode
public void setErrorCode(int errorCode)
-
getFragmentTimecode
public long getFragmentTimecode()
-
setFragmentTimecode
public void setFragmentTimecode(long fragmentTimecode)
-
-