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

com.smartling.api.strings.v2.pto.AsyncStatusResponsePTO Maven / Gradle / Ivy

There is a newer version: 1.15.0
Show newest version
package com.smartling.api.strings.v2.pto;


import com.smartling.api.v2.response.ResponseData;
import lombok.Data;
import lombok.NoArgsConstructor;

@Data
@NoArgsConstructor
public class AsyncStatusResponsePTO implements ResponseData
{
    private String processUid;
    private String processState;
    private String createdDate;
    private String modifiedDate;
    private ProcessStatisticsPTO processStatistics;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy