public class AckEventData
extends java.lang.Object
Constructor and Description |
---|
AckEventData() |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
long |
getFragmentTimecode() |
java.lang.String |
getType() |
void |
setErrorCode(int errorCode) |
void |
setFragmentTimecode(long fragmentTimecode) |
void |
setType(java.lang.String type) |
public java.lang.String getType()
public void setType(java.lang.String type)
public int getErrorCode()
public void setErrorCode(int errorCode)
public long getFragmentTimecode()
public void setFragmentTimecode(long fragmentTimecode)
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.