public static final class StUhf.InterrogatorModelF.UmfResults.ResultOfWriting
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
ResultOfWriting(boolean isOk,
java.lang.Integer writtenWordsNum,
StUhf.UII uii) |
Modifier and Type | Method and Description |
---|---|
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 |
isSuccessful()
Whether the operation is successfully executed
|
protected ResultOfWriting(boolean isOk, java.lang.Integer writtenWordsNum, StUhf.UII uii)
public boolean isSuccessful()
public StUhf.UII getUii()
public java.lang.Integer getWrittenWordsNum()