Class RatingDTO
- java.lang.Object
-
- br.com.senior.crm.http.camel.dtos.RatingDTO
-
public class RatingDTO extends Object
DTO da Avaliação
-
-
Field Summary
Fields Modifier and Type Field Description LongidCódigo de identificaçãostatic org.apache.camel.component.jackson.JacksonDataFormatRATING_DTO_FORMAT
-
Constructor Summary
Constructors Constructor Description RatingDTO()
-
-
-
Field Detail
-
RATING_DTO_FORMAT
public static final org.apache.camel.component.jackson.JacksonDataFormat RATING_DTO_FORMAT
-
id
public Long id
Código de identificação
-
-