public static final class StUhf.Result.SetKillPasswordResult
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
SetKillPasswordResult(boolean isOk,
java.lang.Integer errorCdoe,
java.lang.Integer 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
|
java.lang.Integer |
getWrittenWordsNum()
Gets the operation has the length of the data being written
|
boolean |
isSucceeded()
Whether the operation is successfully executed
|
protected SetKillPasswordResult(boolean isOk, java.lang.Integer errorCdoe, java.lang.Integer writtenWordsNum, StUhf.UII uii)
public boolean isSucceeded()
public java.lang.Integer getErrorCode()
public StUhf.UII getUii()
public java.lang.Integer getWrittenWordsNum()