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

com.almis.awe.test.bean.Planet Maven / Gradle / Ivy

There is a newer version: 0.0.13
Show newest version
package com.almis.awe.test.bean;

import lombok.Data;
import lombok.experimental.Accessors;

import java.util.Date;

@Data
@Accessors(chain = true)
public class Planet {

  private String name;
  private String rotationPeriod;
  private String orbitalPeriod;
  private String diameter;
  private String climate;
  private String gravity;
  private String terrain;
  private String surfaceWater;
  private Long population;
  private Date created;
  private Date edited;
  private String url;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy