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

com.yoti.api.client.docs.session.devicemetadata.MetadataResponse Maven / Gradle / Ivy

The newest version!
package com.yoti.api.client.docs.session.devicemetadata;

import com.fasterxml.jackson.annotation.JsonProperty;

public class MetadataResponse {

    @JsonProperty("event")
    private String event;

    @JsonProperty("resource_id")
    private String resourceId;

    @JsonProperty("created")
    private String created;

    @JsonProperty("device")
    private DeviceResponse device;

    public String getEvent() {
        return event;
    }

    public String getResourceId() {
        return resourceId;
    }

    public String getCreated() {
        return created;
    }

    public DeviceResponse getDevice() {
        return device;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy