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 class
LogLicense.LogLicenseBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogLicense.LogLicenseBuilder
builder()
String
getCompanyId()
String
getDateLog()
String
getDateTX()
String
getErpVersion()
String
getGroupId()
String
getIpClient()
Integer
getLaptime()
Integer
getMainThread()
String
getModuleId()
String
getOperationType()
String
getRoutine()
String
getSlotId()
String
getStatus()
String
getTenantId()
Integer
getThread()
String
getUserId()
String
toString()
-
-
-
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()
-
-