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 timestampTranslationMemoryInfocreatedBy(UUID createdBy)UUID of the user who created the TMbooleanequals(Object o)DategetCreatedAt()UUIDgetCreatedBy()LonggetSegmentsCount()StringgetSrcLang()StringgetTmFileName()UUIDgetTmId()StringgetTrgLang()DategetUpdatedAt()UUIDgetUpdatedBy()inthashCode()TranslationMemoryInfosegmentsCount(Long segmentsCount)Number of translation segments in the TMvoidsetCreatedAt(Date createdAt)voidsetCreatedBy(UUID createdBy)voidsetSegmentsCount(Long segmentsCount)voidsetSrcLang(String srcLang)voidsetTmFileName(String tmFileName)voidsetTmId(UUID tmId)voidsetTrgLang(String trgLang)voidsetUpdatedAt(Date updatedAt)voidsetUpdatedBy(UUID updatedBy)TranslationMemoryInfosrcLang(String srcLang)Source language ISO codeTranslationMemoryInfotmFileName(String tmFileName)Name of the translation memory fileTranslationMemoryInfotmId(UUID tmId)UUID of the Translation MemoryStringtoString()TranslationMemoryInfotrgLang(String trgLang)Target language ISO codeTranslationMemoryInfoupdatedAt(Date updatedAt)Last update timestampTranslationMemoryInfoupdatedBy(UUID updatedBy)UUID of the user who updated the TM
-
-
-
Method Detail
-
tmId
public TranslationMemoryInfo tmId(UUID tmId)
UUID of the Translation Memory
-
getTmId
public UUID getTmId()
-
setTmId
public void setTmId(UUID tmId)
-
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)
-
-