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

model.StreamType Maven / Gradle / Ivy

There is a newer version: 1.3.9
Show newest version
package model;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

@JsonIgnoreProperties(ignoreUnknown = true)
public class StreamType {
    private StreamTypes type;

    public StreamTypes getType() {
        return type;
    }

    public void setType(StreamTypes type) {
        this.type = type;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy