public class TargetCrashed extends Object
| Constructor and Description |
|---|
TargetCrashed() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getErrorCode()
Termination error code.
|
String |
getStatus()
Termination status type.
|
String |
getTargetId() |
void |
setErrorCode(Integer errorCode)
Termination error code.
|
void |
setStatus(String status)
Termination status type.
|
void |
setTargetId(String targetId) |
public String getTargetId()
public void setTargetId(String targetId)
public String getStatus()
public void setStatus(String status)
public Integer getErrorCode()
public void setErrorCode(Integer errorCode)
Copyright © 2020. All rights reserved.