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

io.github.leheyue.magicapi.nebula.response.EdgeElement Maven / Gradle / Ivy

There is a newer version: 2.1.1.6.7
Show newest version
package io.github.leheyue.magicapi.nebula.response;

public class EdgeElement extends Element {

    private EdgeId id;

    public EdgeId getId() {
        return id;
    }

    public void setId(EdgeId id) {
        this.id = id;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy