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

com.happy3w.toolkits.pipe.ClassifyResult Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.happy3w.toolkits.pipe;

import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;

@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
public class ClassifyResult {
    private DataType data;
    private TagType tag;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy