public static final class StUhf.Result.WriteResult
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
WriteResult(boolean isOk,
java.lang.Integer errorCdoe,
int writtenWordsNum,
StUhf.UII uii) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getErrorCode()
Gets the error code returned
|
StUhf.UII |
getUii()
Gets the operation according to the label Uii
|
int |
getWrittenWordsNum()
Gets the operation has the length of the data being written
|
boolean |
isSucceeded()
Whether the operation is successfully executed
|
protected WriteResult(boolean isOk, java.lang.Integer errorCdoe, int writtenWordsNum, StUhf.UII uii)
public boolean isSucceeded()
public java.lang.Integer getErrorCode()
public StUhf.UII getUii()
public int getWrittenWordsNum()