Package de.mid.innovator.srv
Class LicSrvUserChkVersAdminReplyTelegram
- java.lang.Object
-
- de.mid.innovator.net.InoTelegram
-
- de.mid.innovator.srv.LicSrvUserChkVersAdminReplyTelegram
-
public final class LicSrvUserChkVersAdminReplyTelegram extends InoTelegram
-
-
Field Summary
-
Fields inherited from class de.mid.innovator.net.InoTelegram
buffer
-
-
Constructor Summary
Constructors Constructor Description LicSrvUserChkVersAdminReplyTelegram(java.nio.ByteBuffer bb)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static de.mid.innovator.srv.LicSrvTelegram
create(byte[] bs)
java.lang.String
getDisplay()
java.lang.String
getHostName()
java.lang.String
getIpStr()
int
getTelType()
LicSrvUserChkRepAdminReplyTelegram.SsoUserData
getUserData()
java.lang.String
getUserName()
int
getVersion()
-
Methods inherited from class de.mid.innovator.net.InoTelegram
capacity, clear, equals, flip, get, getByte, getChar, getChar, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getShort, getShort, getSize, getString, hashCode, limit, limit, position, position, put, putByte, putByte, putChar, putDouble, putFloat, putInt, putInt, putShort, putString, remaining, reset, rewind, toByteArray, toString
-
-
-
-
Constructor Detail
-
LicSrvUserChkVersAdminReplyTelegram
public LicSrvUserChkVersAdminReplyTelegram(java.nio.ByteBuffer bb) throws InoNetException
- Throws:
InoNetException
-
-
Method Detail
-
getUserData
public LicSrvUserChkRepAdminReplyTelegram.SsoUserData getUserData()
-
getVersion
public int getVersion()
-
create
public static de.mid.innovator.srv.LicSrvTelegram create(byte[] bs) throws InoNetException
- Throws:
InoNetException
-
getDisplay
public java.lang.String getDisplay()
-
getHostName
public java.lang.String getHostName()
-
getIpStr
public java.lang.String getIpStr()
-
getUserName
public java.lang.String getUserName()
-
getTelType
public int getTelType()
-
-