Ejemplo n.º 1
0
 public LinkIDLTQRInfo(String ltqrReference, String sessionId, DateTime created,
                       LinkIDQRInfo qrCodeInfo, LinkIDLTQRContent content, LinkIDLTQRLockType lockType, bool locked,
                       bool waitForUnblock, bool blocked)
 {
     this.ltqrReference  = ltqrReference;
     this.sessionId      = sessionId;
     this.created        = created;
     this.qrCodeInfo     = qrCodeInfo;
     this.content        = content;
     this.lockType       = lockType;
     this.locked         = locked;
     this.waitForUnblock = waitForUnblock;
     this.blocked        = blocked;
 }
Ejemplo n.º 2
0
 public LinkIDLTQRPushContent(LinkIDLTQRContent content, String userAgent, LinkIDLTQRLockType lockType)
 {
     this.content   = content;
     this.userAgent = userAgent;
     this.lockType  = lockType;
 }