Package org.cxbox.source.dto
Class AudDictionaryDto_
- java.lang.Object
-
- org.cxbox.api.data.dto.DataResponseDTO_
-
- org.cxbox.source.dto.AudDictionaryDto_
-
public class AudDictionaryDto_ extends org.cxbox.api.data.dto.DataResponseDTO_
-
-
Field Summary
Fields Modifier and Type Field Description static org.cxbox.constgen.DtoField<AudDictionaryDto,String>dictTypestatic org.cxbox.constgen.DtoField<AudDictionaryDto,LocalDateTime>eventDatestatic org.cxbox.constgen.DtoField<AudDictionaryDto,String>eventTypestatic org.cxbox.constgen.DtoField<AudDictionaryDto,String>key
-
Constructor Summary
Constructors Constructor Description AudDictionaryDto_()
-
-
-
Field Detail
-
dictType
public static final org.cxbox.constgen.DtoField<AudDictionaryDto,String> dictType
-
eventDate
public static final org.cxbox.constgen.DtoField<AudDictionaryDto,LocalDateTime> eventDate
-
eventType
public static final org.cxbox.constgen.DtoField<AudDictionaryDto,String> eventType
-
key
public static final org.cxbox.constgen.DtoField<AudDictionaryDto,String> key
-
-