public class TCInfoRequestFailed extends TCInfoData
| Modifier and Type | Field and Description |
|---|---|
static cz.cuni.amis.utils.token.IToken |
MESSAGE_TYPE |
| Constructor and Description |
|---|
TCInfoRequestFailed(long requestId,
long simTime) |
| Modifier and Type | Method and Description |
|---|---|
TCInfoRequestFailureType |
getFailureType() |
String |
getReason() |
long |
getRequestId() |
void |
setFailureType(TCInfoRequestFailureType failureType) |
void |
setReason(String reason) |
void |
setRequestId(long requestId) |
String |
toString() |
getMessageType, getSimTime, setMessageType, setSimTimepublic long getRequestId()
getRequestId in class TCInfoDatapublic void setRequestId(long requestId)
public TCInfoRequestFailureType getFailureType()
public void setFailureType(TCInfoRequestFailureType failureType)
public String getReason()
public void setReason(String reason)
public String toString()
toString in class TCInfoDataCopyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.