![JAR search and dependency download from the Maven repository](/logo.png)
com.lionbridge.content.sdk.models.Locale Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of liox-content-sdk-java Show documentation
Show all versions of liox-content-sdk-java Show documentation
Client for Lionbridge Ondemand API
package com.lionbridge.content.sdk.models;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
public class Locale {
@JacksonXmlProperty(localName="Name")
private String name;
@JacksonXmlProperty(localName="Code")
private String code;
public String getName() {
return name;
}
public String getCode() {
return code;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy