Class InfoLog
java.lang.Object
com.maplander.backend.repository.model_table.streaming.InfoLog
-
Constructor Summary
ConstructorsConstructorDescriptionInfoLog()InfoLog(String id, String email, BrandTypeEnum brand, OffsetDateTime date, TypeEnumLog type) -
Method Summary
Modifier and TypeMethodDescriptiongetBrand()getDate()getEmail()getId()getType()voidsetBrand(BrandTypeEnum brand) voidsetDate(OffsetDateTime date) voidvoidvoidsetType(TypeEnumLog type)
-
Constructor Details
-
InfoLog
public InfoLog() -
InfoLog
-
-
Method Details
-
getId
-
setId
-
getEmail
-
setEmail
-
getBrand
-
setBrand
-
getDate
-
setDate
-
getType
-
setType
-