Class UnregRequestRecord
java.lang.Object
ru.bitel.bgbilling.kernel.bgsecure.common.bean.UnregRequestRecord
- All Implemented Interfaces:
ContractIdable
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UnregRequestRecord.Builder
builder()
int
Возвращает id договораint
void
void
setContractId
(int contractId) void
setLastTime
(LocalDateTime lastTime) void
setModuleId
(String moduleId) void
setModuleName
(String moduleName) void
setOperation
(String operation) void
setService
(String service) void
setUserId
(int userId)
-
Constructor Details
-
UnregRequestRecord
public UnregRequestRecord()
-
-
Method Details
-
getLastTime
-
getUserId
public int getUserId() -
getContractId
public int getContractId()Description copied from interface:ContractIdable
Возвращает id договора- Specified by:
getContractId
in interfaceContractIdable
- Returns:
-
getModuleId
-
getModuleName
-
getAction
-
getService
-
getOperation
-
setLastTime
-
setUserId
public void setUserId(int userId) -
setContractId
public void setContractId(int contractId) -
setModuleId
-
setModuleName
-
setAction
-
setService
-
setOperation
-
builder
-