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

com.litongjava.utils.ibot.robot.HotRequest Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package com.litongjava.utils.ibot.robot;

import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

@Data
@NoArgsConstructor
@AllArgsConstructor
public class HotRequest {
  private String platform;
  private String brand;
  private int maxReturn;
  private int type;
  private String format;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy