Package com.acumenvelocity.ath.model
Class MtResources
- java.lang.Object
-
- com.acumenvelocity.ath.model.MtResources
-
@Generated(value="org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments="Generator version: 7.15.0") public class MtResources extends Object
-
-
Constructor Summary
Constructors Constructor Description MtResources()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetMtGlossaryId()StringgetMtGlossaryProjectId()StringgetMtGlossaryProjectLocation()StringgetMtModelId()StringgetMtModelProjectId()StringgetMtModelProjectLocation()inthashCode()MtResourcesmtGlossaryId(String mtGlossaryId)ID of the glossary to be used by the MT engine.MtResourcesmtGlossaryProjectId(String mtGlossaryProjectId)ID of the client's glossary project to be used by the MT engine.MtResourcesmtGlossaryProjectLocation(String mtGlossaryProjectLocation)Location of the client's glossary project to be used by the MT engine.MtResourcesmtModelId(String mtModelId)ID of the model to be used by the MT engine.MtResourcesmtModelProjectId(String mtModelProjectId)ID of the client's model project to be used by the MT engine.MtResourcesmtModelProjectLocation(String mtModelProjectLocation)Location of the client's model project to be used by the MT engine.voidsetMtGlossaryId(String mtGlossaryId)voidsetMtGlossaryProjectId(String mtGlossaryProjectId)voidsetMtGlossaryProjectLocation(String mtGlossaryProjectLocation)voidsetMtModelId(String mtModelId)voidsetMtModelProjectId(String mtModelProjectId)voidsetMtModelProjectLocation(String mtModelProjectLocation)StringtoString()
-
-
-
Method Detail
-
mtGlossaryProjectId
public MtResources mtGlossaryProjectId(String mtGlossaryProjectId)
ID of the client's glossary project to be used by the MT engine.
-
getMtGlossaryProjectId
public String getMtGlossaryProjectId()
-
setMtGlossaryProjectId
public void setMtGlossaryProjectId(String mtGlossaryProjectId)
-
mtGlossaryProjectLocation
public MtResources mtGlossaryProjectLocation(String mtGlossaryProjectLocation)
Location of the client's glossary project to be used by the MT engine.
-
getMtGlossaryProjectLocation
public String getMtGlossaryProjectLocation()
-
setMtGlossaryProjectLocation
public void setMtGlossaryProjectLocation(String mtGlossaryProjectLocation)
-
mtGlossaryId
public MtResources mtGlossaryId(String mtGlossaryId)
ID of the glossary to be used by the MT engine.
-
getMtGlossaryId
public String getMtGlossaryId()
-
setMtGlossaryId
public void setMtGlossaryId(String mtGlossaryId)
-
mtModelProjectId
public MtResources mtModelProjectId(String mtModelProjectId)
ID of the client's model project to be used by the MT engine.
-
getMtModelProjectId
public String getMtModelProjectId()
-
setMtModelProjectId
public void setMtModelProjectId(String mtModelProjectId)
-
mtModelProjectLocation
public MtResources mtModelProjectLocation(String mtModelProjectLocation)
Location of the client's model project to be used by the MT engine.
-
getMtModelProjectLocation
public String getMtModelProjectLocation()
-
setMtModelProjectLocation
public void setMtModelProjectLocation(String mtModelProjectLocation)
-
mtModelId
public MtResources mtModelId(String mtModelId)
ID of the model to be used by the MT engine.
-
getMtModelId
public String getMtModelId()
-
setMtModelId
public void setMtModelId(String mtModelId)
-
-