Klasse LoginData
java.lang.Object
org.teamapps.message.protocol.message.Message
org.teamapps.protocol.system.LoginData
- Alle implementierten Schnittstellen:
org.teamapps.message.protocol.message.MessageRecord
public class LoginData
extends org.teamapps.message.protocol.message.Message
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungLoginData(byte[] bytes) LoginData(byte[] bytes, org.teamapps.message.protocol.file.FileDataReader fileDataReader) LoginData(DataInputStream dis) LoginData(DataInputStream dis, org.teamapps.message.protocol.file.FileDataReader fileDataReader) LoginData(org.teamapps.message.protocol.message.MessageRecord message, org.teamapps.message.protocol.model.ModelCollection modelCollection) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintgetIp()intintintstatic org.teamapps.message.protocol.model.PojoObjectDecoder<LoginData> static org.teamapps.message.protocol.model.MessageModelstatic org.teamapps.message.protocol.model.ModelCollectionintintlongintintlongintbooleanstatic LoginDataremap(org.teamapps.message.protocol.message.MessageRecord message) setActivityCount(int value) setLoginId(int value) setLoginTimestamp(int value) setLogoutTimestamp(int value) setMobileDevice(boolean value) setOpenApplicationsCount(int value) setOpenPerspectivesCount(int value) setReceivedBytesFromClient(long value) setScreenHeight(int value) setScreenWidth(int value) setSentBytesToClient(long value) setUserAgent(String value) setUserId(int value) Von Klasse geerbte Methoden org.teamapps.message.protocol.message.Message
addReference, deleteAllEmbeddedFiles, equals, explain, getAttribute, getAttributeKey, getAttributes, getBitSetAttribute, getBooleanAttribute, getByteArrayAttribute, getByteAttribute, getDateAttribute, getDateTimeAttribute, getDoubleArrayAttribute, getDoubleAttribute, getFile, getFileData, getFileDataFileLength, getFileDataFileName, getFloatArrayAttribute, getFloatAttribute, getGenericMessageAttribute, getIntArrayAttribute, getIntAttribute, getLongArrayAttribute, getLongAttribute, getMessageDefName, getMessageDefUuid, getModel, getRecordCreatedBy, getRecordCreationDate, getRecordId, getRecordModificationDate, getRecordModifiedBy, getReferencedObject, getReferencedObjectAsType, getReferencedObjects, getReferencedObjectsAsType, getStringArrayAsList, getStringArrayAttribute, getStringAttribute, getTimeAttribute, getTimestampAttribute, hashCode, isEmpty, readMessageUuid, readXml, removeField, setAttribute, setBitSetAttribute, setBooleanAttribute, setByteArrayAttribute, setByteAttribute, setDateAttribute, setDateTimeAttribute, setDefaultValues, setDefaultValues, setDoubleArrayAttribute, setDoubleAttribute, setFileData, setFileData, setFileData, setFloatArrayAttribute, setFloatAttribute, setGenericMessageAttribute, setIntArrayAttribute, setIntAttribute, setLongArrayAttribute, setLongAttribute, setRecordCreatedBy, setRecordCreationDate, setRecordId, setRecordModificationDate, setRecordModifiedBy, setReferencedObject, setReferencedObjectAsType, setReferencedObjects, setReferencedObjectsAsType, setStringArrayAsList, setStringArrayAttribute, setStringAttribute, setTimeAttribute, setTimestampAttribute, toBytes, toBytes, toBytes, toString, toXml, toXml, toXml, write, write, write
-
Felddetails
-
OBJECT_UUID
- Siehe auch:
-
-
Konstruktordetails
-
LoginData
public LoginData() -
LoginData
public LoginData(org.teamapps.message.protocol.message.MessageRecord message, org.teamapps.message.protocol.model.ModelCollection modelCollection) -
LoginData
- Löst aus:
IOException
-
LoginData
public LoginData(DataInputStream dis, org.teamapps.message.protocol.file.FileDataReader fileDataReader) throws IOException - Löst aus:
IOException
-
LoginData
- Löst aus:
IOException
-
LoginData
public LoginData(byte[] bytes, org.teamapps.message.protocol.file.FileDataReader fileDataReader) throws IOException - Löst aus:
IOException
-
LoginData
-
LoginData
-
-
Methodendetails
-
getMessageDecoder
-
getMessageModel
public static org.teamapps.message.protocol.model.MessageModel getMessageModel() -
getModelCollection
public static org.teamapps.message.protocol.model.ModelCollection getModelCollection() -
remap
-
getLoginId
public int getLoginId() -
setLoginId
-
getUserId
public int getUserId() -
setUserId
-
getIp
-
setIp
-
getUserAgent
-
setUserAgent
-
isMobileDevice
public boolean isMobileDevice() -
setMobileDevice
-
getScreenWidth
public int getScreenWidth() -
setScreenWidth
-
getScreenHeight
public int getScreenHeight() -
setScreenHeight
-
getLoginTimestamp
public int getLoginTimestamp() -
setLoginTimestamp
-
getLogoutTimestamp
public int getLogoutTimestamp() -
setLogoutTimestamp
-
getOpenApplicationsCount
public int getOpenApplicationsCount() -
setOpenApplicationsCount
-
getOpenPerspectivesCount
public int getOpenPerspectivesCount() -
setOpenPerspectivesCount
-
getActivityCount
public int getActivityCount() -
setActivityCount
-
getSentBytesToClient
public long getSentBytesToClient() -
setSentBytesToClient
-
getReceivedBytesFromClient
public long getReceivedBytesFromClient() -
setReceivedBytesFromClient
-