Package de.mid.innovator.srv
Class LicSrvUserChkMdlAdminReplyTelegram
- java.lang.Object
-
- de.mid.innovator.net.InoTelegram
-
- de.mid.innovator.srv.LicSrvUserChkMdlAdminReplyTelegram
-
public final class LicSrvUserChkMdlAdminReplyTelegram extends InoTelegram
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LicSrvUserChkMdlAdminReplyTelegram.SsoMdlUserData
-
Field Summary
-
Fields inherited from class de.mid.innovator.net.InoTelegram
buffer
-
-
Constructor Summary
Constructors Constructor Description LicSrvUserChkMdlAdminReplyTelegram(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()
LicSrvUserChkMdlAdminReplyTelegram.SsoMdlUserData
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
-
LicSrvUserChkMdlAdminReplyTelegram
public LicSrvUserChkMdlAdminReplyTelegram(java.nio.ByteBuffer bb) throws InoNetException
- Throws:
InoNetException
-
-
Method Detail
-
getUserData
public LicSrvUserChkMdlAdminReplyTelegram.SsoMdlUserData 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()
-
-