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

public class ProfileRequestDto extends Object implements Serializable
Profile request DTO.
See Also:
  • Field Details

    • serialVersionUID

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

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

      private boolean isDefault
      Is or not the default profile.
    • productIds

      private List<String> productIds
      Identifier of profile products.
  • Constructor Details

    • ProfileRequestDto

      public ProfileRequestDto()
  • Method Details

    • getIsDefault

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