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

models.Brand Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
package models;

import lombok.Getter;
import lombok.Setter;
import lombok.ToString;

@Getter
@Setter
@ToString
public class Brand {
    private long created;
    private String id;
    private String name;
    private long published;
    private Settings settings;
    private long updated;
    private Snippets snippets;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy