Class ProfileResponseDto

java.lang.Object
es.kukenan.smartfi.microservice.contracts.api.profiles.ProfileResponseDto
All Implemented Interfaces:
Serializable

public class ProfileResponseDto extends Object implements Serializable
Profile response DTO.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      serialVersionUID identifier.
      See Also:
    • id

      @NotEmpty private @NotEmpty String id
      Profile id.
    • name

      @NotEmpty private @NotEmpty String name
      Profile name.
    • isDefault

      private boolean isDefault
      Is default profile.
    • products

      private List<ProductDto> products
      List of products.
  • Constructor Details

    • ProfileResponseDto

      public ProfileResponseDto()
  • Method Details

    • getIsDefault

      public boolean getIsDefault()
      Need this for correct Json mapping.
      Returns:
      isDefault.