java.lang.Object
de.hybris.platform.assistedservicewebservices.dto.image.UserAvatarWsDTO
All Implemented Interfaces:
Serializable

public class UserAvatarWsDTO extends Object implements Serializable
Representation of a profile picture.
See Also:
  • Constructor Details

    • UserAvatarWsDTO

      public UserAvatarWsDTO()
  • Method Details

    • setUrl

      public void setUrl(String url)
    • getUrl

      public String getUrl()
    • setFormat

      public void setFormat(String format)
    • getFormat

      public String getFormat()