Package com.totvs.tjf.lscloud.message
Class LogLicense
- java.lang.Object
-
- com.totvs.tjf.lscloud.message.LogLicense
-
public class LogLicense extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLogLicense.LogLicenseBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogLicense.LogLicenseBuilderbuilder()StringgetCompanyId()StringgetDateLog()StringgetDateTX()StringgetErpVersion()StringgetGroupId()StringgetIpClient()IntegergetLaptime()IntegergetMainThread()StringgetModuleId()StringgetOperationType()StringgetRoutine()StringgetSlotId()StringgetStatus()StringgetTenantId()IntegergetThread()StringgetUserId()StringtoString()
-
-
-
Method Detail
-
getTenantId
public String getTenantId()
-
getIpClient
public String getIpClient()
-
getMainThread
public Integer getMainThread()
-
getThread
public Integer getThread()
-
getCompanyId
public String getCompanyId()
-
getUserId
public String getUserId()
-
getModuleId
public String getModuleId()
-
getGroupId
public String getGroupId()
-
getSlotId
public String getSlotId()
-
getRoutine
public String getRoutine()
-
getStatus
public String getStatus()
-
getOperationType
public String getOperationType()
-
getLaptime
public Integer getLaptime()
-
getDateLog
public String getDateLog()
-
getDateTX
public String getDateTX()
-
getErpVersion
public String getErpVersion()
-
builder
public static LogLicense.LogLicenseBuilder builder()
-
-