All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.notronix.etsy.api.listings.model.ListingImage Maven / Gradle / Ivy

There is a newer version: 3.0.0014
Show newest version
package com.notronix.etsy.api.listings.model;

import java.time.Instant;

public interface ListingImage
{
    Long getId();

    Long getListingId();

    String getHexCode();

    Integer getRed();

    Integer getGreen();

    Integer getBlue();

    Integer getHue();

    Integer getSaturation();

    Integer getBrightness();

    Boolean getBlackAndWhite();

    Instant getCreationTimestamp();

    Instant getCreatedTimestamp();

    Integer getRank();

    String getUrl75x75();

    String getUrl170x135();

    String getUrl570xN();

    String getUrlFullxFull();

    Integer getFullHeight();

    Integer getFullWidth();

    String getAltText();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy