Package com.acumenvelocity.ath.model
Class TranslationMemoryInfo
- java.lang.Object
-
- com.acumenvelocity.ath.model.TranslationMemoryInfo
-
@Generated(value="org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments="Generator version: 7.15.0") public class TranslationMemoryInfo extends ObjectTranslation Memory information.
-
-
Constructor Summary
Constructors Constructor Description TranslationMemoryInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TranslationMemoryInfocreatedAt(Date createdAt)Creation timestamp.TranslationMemoryInfocreatedBy(UUID createdBy)UUID of the user who created the TM.booleanequals(Object o)DategetCreatedAt()UUIDgetCreatedBy()LonggetSegmentsCount()StringgetSrcLang()UUIDgetTmCompanyId()StringgetTmFileName()URIgetTmGcsUrl()UUIDgetTmId()StringgetTrgLang()DategetUpdatedAt()UUIDgetUpdatedBy()inthashCode()TranslationMemoryInfosegmentsCount(Long segmentsCount)Number of translation segments in the TM.voidsetCreatedAt(Date createdAt)voidsetCreatedBy(UUID createdBy)voidsetSegmentsCount(Long segmentsCount)voidsetSrcLang(String srcLang)voidsetTmCompanyId(UUID tmCompanyId)voidsetTmFileName(String tmFileName)voidsetTmGcsUrl(URI tmGcsUrl)voidsetTmId(UUID tmId)voidsetTrgLang(String trgLang)voidsetUpdatedAt(Date updatedAt)voidsetUpdatedBy(UUID updatedBy)TranslationMemoryInfosrcLang(String srcLang)Source language ISO code.TranslationMemoryInfotmCompanyId(UUID tmCompanyId)UUID of the Company owning the Translation Memory.TranslationMemoryInfotmFileName(String tmFileName)Name of the translation memory file.TranslationMemoryInfotmGcsUrl(URI tmGcsUrl)GCS URL (gs://bucket/blob) of the translation memory file (TMX/CSV/TSV) content.TranslationMemoryInfotmId(UUID tmId)UUID of the Translation Memory.StringtoString()TranslationMemoryInfotrgLang(String trgLang)Target language ISO code.TranslationMemoryInfoupdatedAt(Date updatedAt)Last update timestamp.TranslationMemoryInfoupdatedBy(UUID updatedBy)UUID of the user who updated the TM.
-
-
-
Method Detail
-
tmCompanyId
public TranslationMemoryInfo tmCompanyId(UUID tmCompanyId)
UUID of the Company owning the Translation Memory.
-
getTmCompanyId
public UUID getTmCompanyId()
-
setTmCompanyId
public void setTmCompanyId(UUID tmCompanyId)
-
tmId
public TranslationMemoryInfo tmId(UUID tmId)
UUID of the Translation Memory.
-
getTmId
public UUID getTmId()
-
setTmId
public void setTmId(UUID tmId)
-
tmGcsUrl
public TranslationMemoryInfo tmGcsUrl(URI tmGcsUrl)
GCS URL (gs://bucket/blob) of the translation memory file (TMX/CSV/TSV) content.
-
getTmGcsUrl
public URI getTmGcsUrl()
-
setTmGcsUrl
public void setTmGcsUrl(URI tmGcsUrl)
-
tmFileName
public TranslationMemoryInfo tmFileName(String tmFileName)
Name of the translation memory file.
-
getTmFileName
public String getTmFileName()
-
setTmFileName
public void setTmFileName(String tmFileName)
-
srcLang
public TranslationMemoryInfo srcLang(String srcLang)
Source language ISO code.
-
getSrcLang
public String getSrcLang()
-
setSrcLang
public void setSrcLang(String srcLang)
-
trgLang
public TranslationMemoryInfo trgLang(String trgLang)
Target language ISO code.
-
getTrgLang
public String getTrgLang()
-
setTrgLang
public void setTrgLang(String trgLang)
-
segmentsCount
public TranslationMemoryInfo segmentsCount(Long segmentsCount)
Number of translation segments in the TM.
-
getSegmentsCount
public Long getSegmentsCount()
-
setSegmentsCount
public void setSegmentsCount(Long segmentsCount)
-
createdBy
public TranslationMemoryInfo createdBy(UUID createdBy)
UUID of the user who created the TM.
-
getCreatedBy
public UUID getCreatedBy()
-
setCreatedBy
public void setCreatedBy(UUID createdBy)
-
createdAt
public TranslationMemoryInfo createdAt(Date createdAt)
Creation timestamp.
-
getCreatedAt
public Date getCreatedAt()
-
setCreatedAt
public void setCreatedAt(Date createdAt)
-
updatedBy
public TranslationMemoryInfo updatedBy(UUID updatedBy)
UUID of the user who updated the TM.
-
getUpdatedBy
public UUID getUpdatedBy()
-
setUpdatedBy
public void setUpdatedBy(UUID updatedBy)
-
updatedAt
public TranslationMemoryInfo updatedAt(Date updatedAt)
Last update timestamp.
-
getUpdatedAt
public Date getUpdatedAt()
-
setUpdatedAt
public void setUpdatedAt(Date updatedAt)
-
-