com.github.useful_solutions.tosamara_sdk.classifier.pojo.Classifier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tosamara-sdk Show documentation
Show all versions of tosamara-sdk Show documentation
SDK for working with API of tosamara.ru on Java
package com.github.useful_solutions.tosamara_sdk.classifier.pojo;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
public class Classifier {
@JacksonXmlProperty(isAttribute = true)
public String name;
@JacksonXmlProperty
public Double modified;
}