Updating test protocol file.
This commit is contained in:
@@ -36,7 +36,7 @@ import org.bn.types.*;
|
|||||||
private Long buildId = null;
|
private Long buildId = null;
|
||||||
|
|
||||||
|
|
||||||
@ASN1Element ( name = "myLastSessionId", isOptional = false , hasTag = false , hasDefaultValue = false )
|
@ASN1Element ( name = "myLastSessionId", isOptional = true , hasTag = false , hasDefaultValue = false )
|
||||||
|
|
||||||
private Guid myLastSessionId = null;
|
private Guid myLastSessionId = null;
|
||||||
|
|
||||||
@@ -184,6 +184,10 @@ import org.bn.types.*;
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public boolean isMyLastSessionIdPresent () {
|
||||||
|
return this.myLastSessionId != null;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
public void setMyLastSessionId (Guid value) {
|
public void setMyLastSessionId (Guid value) {
|
||||||
this.myLastSessionId = value;
|
this.myLastSessionId = value;
|
||||||
|
|||||||
Reference in New Issue
Block a user