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

io.orangebeard.client.entity.suite.Suite Maven / Gradle / Ivy

There is a newer version: 3.0.6
Show newest version
package io.orangebeard.client.entity.suite;

import java.util.List;
import java.util.UUID;

import lombok.AllArgsConstructor;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.NoArgsConstructor;

@Getter
@AllArgsConstructor
@NoArgsConstructor
@EqualsAndHashCode
public class Suite {
    private UUID suiteUUID;
    private UUID parentUUID;
    private String localSuiteName;
    private List fullSuitePath;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy