Class ProfileResponseDto
java.lang.Object
es.kukenan.smartfi.microservice.contracts.api.profiles.ProfileResponseDto
- All Implemented Interfaces:
Serializable
Profile response DTO.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate @NotEmpty StringProfile id.private booleanIs default profile.private @NotEmpty StringProfile name.private List<ProductDto>List of products.private static final longserialVersionUID identifier. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserialVersionUID identifier.- See Also:
-
id
Profile id. -
name
Profile name. -
isDefault
private boolean isDefaultIs default profile. -
products
List of products.
-
-
Constructor Details
-
ProfileResponseDto
public ProfileResponseDto()
-
-
Method Details
-
getIsDefault
public boolean getIsDefault()Need this for correct Json mapping.- Returns:
- isDefault.
-