Class TranslationMemoryInfo


  • @Generated(value="org.openapitools.codegen.languages.JavaInflectorServerCodegen",
               comments="Generator version: 7.15.0")
    public class TranslationMemoryInfo
    extends Object
    Translation Memory information.
    • Constructor Detail

      • TranslationMemoryInfo

        public TranslationMemoryInfo()
    • 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)
      • 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)
      • getTmFileName

        public String getTmFileName()
      • setTmFileName

        public void setTmFileName​(String tmFileName)
      • getSrcLang

        public String getSrcLang()
      • setSrcLang

        public void setSrcLang​(String srcLang)
      • 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)
      • getCreatedBy

        public UUID getCreatedBy()
      • setCreatedBy

        public void setCreatedBy​(UUID createdBy)
      • getCreatedAt

        public Date getCreatedAt()
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)
      • getUpdatedBy

        public UUID getUpdatedBy()
      • setUpdatedBy

        public void setUpdatedBy​(UUID updatedBy)
      • getUpdatedAt

        public Date getUpdatedAt()
      • setUpdatedAt

        public void setUpdatedAt​(Date updatedAt)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object