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; }
public LinkIDLTQRPushContent(LinkIDLTQRContent content, String userAgent, LinkIDLTQRLockType lockType) { this.content = content; this.userAgent = userAgent; this.lockType = lockType; }