public override string ToString() { StringBuilder __sb = new StringBuilder("TimPBean("); __sb.Append(", ThreadId: "); __sb.Append(ThreadId); if (FromTid != null && __isset.fromTid) { __sb.Append(", FromTid: "); __sb.Append(FromTid == null ? "<null>" : FromTid.ToString()); } if (ToTid != null && __isset.toTid) { __sb.Append(", ToTid: "); __sb.Append(ToTid == null ? "<null>" : ToTid.ToString()); } if (Status != null && __isset.status) { __sb.Append(", Status: "); __sb.Append(Status); } if (Type != null && __isset.type) { __sb.Append(", Type: "); __sb.Append(Type); } if (__isset.priority) { __sb.Append(", Priority: "); __sb.Append(Priority); } if (Show != null && __isset.show) { __sb.Append(", Show: "); __sb.Append(Show); } if (LeaguerTid != null && __isset.leaguerTid) { __sb.Append(", LeaguerTid: "); __sb.Append(LeaguerTid == null ? "<null>" : LeaguerTid.ToString()); } if (ExtraList != null && __isset.extraList) { __sb.Append(", ExtraList: "); __sb.Append(ExtraList); } if (Error != null && __isset.error) { __sb.Append(", Error: "); __sb.Append(Error == null ? "<null>" : Error.ToString()); } if (ExtraMap != null && __isset.extraMap) { __sb.Append(", ExtraMap: "); __sb.Append(ExtraMap); } __sb.Append(")"); return(__sb.ToString()); }
public override string ToString() { StringBuilder __sb = new StringBuilder("TimIqBean("); __sb.Append(", ThreadId: "); __sb.Append(ThreadId); if (FromTid != null && __isset.fromTid) { __sb.Append(", FromTid: "); __sb.Append(FromTid == null ? "<null>" : FromTid.ToString()); } if (ToTid != null && __isset.toTid) { __sb.Append(", ToTid: "); __sb.Append(ToTid == null ? "<null>" : ToTid.ToString()); } if (Type != null && __isset.type) { __sb.Append(", Type: "); __sb.Append(Type); } if (ExtraList != null && __isset.extraList) { __sb.Append(", ExtraList: "); __sb.Append(ExtraList); } if (Error != null && __isset.error) { __sb.Append(", Error: "); __sb.Append(Error == null ? "<null>" : Error.ToString()); } if (ExtraMap != null && __isset.extraMap) { __sb.Append(", ExtraMap: "); __sb.Append(ExtraMap); } __sb.Append(")"); return(__sb.ToString()); }
public override string ToString() { StringBuilder __sb = new StringBuilder("TimSock5Bean("); __sb.Append(", FromTid: "); __sb.Append(FromTid == null ? "<null>" : FromTid.ToString()); __sb.Append(", ToTid: "); __sb.Append(ToTid == null ? "<null>" : ToTid.ToString()); __sb.Append(", Addr: "); __sb.Append(Addr); __sb.Append(", Port: "); __sb.Append(Port); __sb.Append(", Transport: "); __sb.Append(Transport); __sb.Append(", PubId: "); __sb.Append(PubId); if (ExtraMap != null && __isset.extraMap) { __sb.Append(", ExtraMap: "); __sb.Append(ExtraMap); } __sb.Append(")"); return(__sb.ToString()); }
public override string ToString() { StringBuilder __sb = new StringBuilder("TimMBean("); __sb.Append(", ThreadId: "); __sb.Append(ThreadId); if (Mid != null && __isset.mid) { __sb.Append(", Mid: "); __sb.Append(Mid); } if (FromTid != null && __isset.fromTid) { __sb.Append(", FromTid: "); __sb.Append(FromTid == null ? "<null>" : FromTid.ToString()); } if (ToTid != null && __isset.toTid) { __sb.Append(", ToTid: "); __sb.Append(ToTid == null ? "<null>" : ToTid.ToString()); } if (Body != null && __isset.body) { __sb.Append(", Body: "); __sb.Append(Body); } if (Type != null && __isset.type) { __sb.Append(", Type: "); __sb.Append(Type); } if (__isset.msgType) { __sb.Append(", MsgType: "); __sb.Append(MsgType); } if (Offline != null && __isset.offline) { __sb.Append(", Offline: "); __sb.Append(Offline == null ? "<null>" : Offline.ToString()); } if (LeaguerTid != null && __isset.leaguerTid) { __sb.Append(", LeaguerTid: "); __sb.Append(LeaguerTid == null ? "<null>" : LeaguerTid.ToString()); } if (ExtraList != null && __isset.extraList) { __sb.Append(", ExtraList: "); __sb.Append(ExtraList); } if (Timestamp != null && __isset.timestamp) { __sb.Append(", Timestamp: "); __sb.Append(Timestamp); } if (Error != null && __isset.error) { __sb.Append(", Error: "); __sb.Append(Error == null ? "<null>" : Error.ToString()); } if (ExtraMap != null && __isset.extraMap) { __sb.Append(", ExtraMap: "); __sb.Append(ExtraMap); } if (__isset.readstatus) { __sb.Append(", Readstatus: "); __sb.Append(Readstatus); } __sb.Append(")"); return(__sb.ToString()); }