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

com.github.muratkaragozgil.netmera4j.response.GetDeviceTokensResponse Maven / Gradle / Ivy

There is a newer version: 1.6
Show newest version
package com.github.muratkaragozgil.netmera4j.response;

import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
import com.github.muratkaragozgil.netmera4j.model.device.Device;

import java.util.List;

/**
 * @author Murat Karagözgil
 */

@Getter
@Setter
@ToString
public class GetDeviceTokensResponse {
    private String nextPage;
    private Integer total;
    private List devices;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy