Package com.acumenvelocity.ath.model
Class UpdateTranslationMemorySegmentRequest
- java.lang.Object
-
- com.acumenvelocity.ath.model.UpdateTranslationMemorySegmentRequest
-
@Generated(value="org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments="Generator version: 7.15.0") public class UpdateTranslationMemorySegmentRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description UpdateTranslationMemorySegmentRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateTranslationMemorySegmentRequestdocFileName(String docFileName)Optional name of the document if the TM segment was imported from a document.UpdateTranslationMemorySegmentRequestdocId(UUID docId)Optional UUID of the document if the TM segment was imported from a document.booleanequals(Object o)StringgetDocFileName()UUIDgetDocId()LayeredTextXgetTarget()UUIDgetTmSegId()UUIDgetUserId()inthashCode()voidsetDocFileName(String docFileName)voidsetDocId(UUID docId)voidsetTarget(LayeredTextX target)voidsetTmSegId(UUID tmSegId)voidsetUserId(UUID userId)UpdateTranslationMemorySegmentRequesttarget(LayeredTextX target)UpdateTranslationMemorySegmentRequesttmSegId(UUID tmSegId)UUID of the TM segmentStringtoString()UpdateTranslationMemorySegmentRequestuserId(UUID userId)UUID of the user updating the TM segment.
-
-
-
Method Detail
-
tmSegId
public UpdateTranslationMemorySegmentRequest tmSegId(UUID tmSegId)
UUID of the TM segment
-
getTmSegId
public UUID getTmSegId()
-
setTmSegId
public void setTmSegId(UUID tmSegId)
-
docId
public UpdateTranslationMemorySegmentRequest docId(UUID docId)
Optional UUID of the document if the TM segment was imported from a document.
-
getDocId
public UUID getDocId()
-
setDocId
public void setDocId(UUID docId)
-
docFileName
public UpdateTranslationMemorySegmentRequest docFileName(String docFileName)
Optional name of the document if the TM segment was imported from a document.
-
getDocFileName
public String getDocFileName()
-
setDocFileName
public void setDocFileName(String docFileName)
-
target
public UpdateTranslationMemorySegmentRequest target(LayeredTextX target)
-
getTarget
public LayeredTextX getTarget()
-
setTarget
public void setTarget(LayeredTextX target)
-
userId
public UpdateTranslationMemorySegmentRequest userId(UUID userId)
UUID of the user updating the TM segment.
-
getUserId
public UUID getUserId()
-
setUserId
public void setUserId(UUID userId)
-
-