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

com.global.api.entities.reporting.ActionSummary Maven / Gradle / Ivy

There is a newer version: 14.2.3
Show newest version
package com.global.api.entities.reporting;

import lombok.Getter;
import lombok.Setter;
import org.joda.time.DateTime;

@Getter
@Setter
public class ActionSummary {
    private String id;
    private String type;
    private DateTime timeCreated;
    private String resource;
    private String version;
    private String resourceId;
    private String resourceStatus;
    private String httpResponseCode;
    private String responseCode;
    private String appId;
    private String appName;
    private String accountId;
    private String accountName;
    private String merchantName;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy