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

com.smartling.api.files.v2.pto.FileLocaleStatusResponse Maven / Gradle / Ivy

The newest version!
package com.smartling.api.files.v2.pto;

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

import java.util.Date;
import java.util.Map;

@Data
@NoArgsConstructor
@AllArgsConstructor
public class FileLocaleStatusResponse implements ResponseData
{
    private String fileUri;
    private Date lastUploaded;
    private String fileType;
    private int totalStringCount;
    private int totalWordCount;
    private int authorizedStringCount;
    private int authorizedWordCount;
    private int completedStringCount;
    private int completedWordCount;
    private int excludedStringCount;
    private int excludedWordCount;
    private Date created;
    private boolean hasInstructions;
    private int parserVersion;
    private Map directives;
    private NamespacePTO namespace;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy