Package com.totvs.tjf.lscloud.message
Class LogLicense.LogLicenseBuilder
- java.lang.Object
-
- com.totvs.tjf.lscloud.message.LogLicense.LogLicenseBuilder
-
- Enclosing class:
- LogLicense
public static class LogLicense.LogLicenseBuilder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
withTenantId
public LogLicense.LogLicenseBuilder withTenantId(String tenantId)
-
withIpClient
public LogLicense.LogLicenseBuilder withIpClient(String ipClient)
-
withMainThread
public LogLicense.LogLicenseBuilder withMainThread(Integer mainThread)
-
withThread
public LogLicense.LogLicenseBuilder withThread(Integer thread)
-
withCompanyId
public LogLicense.LogLicenseBuilder withCompanyId(String companyId)
-
withUserId
public LogLicense.LogLicenseBuilder withUserId(String userId)
-
withModuleId
public LogLicense.LogLicenseBuilder withModuleId(String moduleId)
-
withGroupId
public LogLicense.LogLicenseBuilder withGroupId(String groupId)
-
withSlotId
public LogLicense.LogLicenseBuilder withSlotId(String slotId)
-
withRoutine
public LogLicense.LogLicenseBuilder withRoutine(String routine)
-
withStatus
public LogLicense.LogLicenseBuilder withStatus(String status)
-
withOperationType
public LogLicense.LogLicenseBuilder withOperationType(String operationType)
-
withLaptime
public LogLicense.LogLicenseBuilder withLaptime(Integer laptime)
-
withDateLog
public LogLicense.LogLicenseBuilder withDateLog(Date dateLog)
-
withDateTX
public LogLicense.LogLicenseBuilder withDateTX(Date dateTX)
-
withErpVersion
public LogLicense.LogLicenseBuilder withErpVersion(String erpVersion)
-
build
public LogLicense build()
-
-