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

com.greenapi.client.pkg.models.notifications.DeviceInfo Maven / Gradle / Ivy

There is a newer version: 0.1.8
Show newest version
package com.greenapi.client.pkg.models.notifications;

import com.greenapi.client.pkg.models.notifications.messages.DeviceData;
import com.greenapi.client.pkg.models.notifications.messages.InstanceData;
import lombok.*;

@EqualsAndHashCode(callSuper = true)
@Data
@Setter(value = AccessLevel.NONE)
@NoArgsConstructor
@AllArgsConstructor
@Builder
public class DeviceInfo extends NotificationBody {
    private InstanceData instanceData;
    private Long timestamp;
    private DeviceData deviceData;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy