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