Package com.acumenvelocity.ath.model
Class InlineCodeRef
- java.lang.Object
-
- com.acumenvelocity.ath.model.InlineCodeRef
-
@Generated(value="org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments="Generator version: 7.15.0") public class InlineCodeRef extends ObjectReference to an inline code, markup in a file segment.
-
-
Constructor Summary
Constructors Constructor Description InlineCodeRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetId()IntegergetPosition()net.sf.okapi.common.resource.TextFragment.TagTypegetTagType()inthashCode()InlineCodeRefid(Integer id)Id of this code.InlineCodeRefposition(Integer position)Position (0-based char index) of this inline code in the text string.voidsetId(Integer id)voidsetPosition(Integer position)voidsetTagType(net.sf.okapi.common.resource.TextFragment.TagType tagType)InlineCodeReftagType(net.sf.okapi.common.resource.TextFragment.TagType tagType)StringtoString()
-
-
-
Method Detail
-
id
public InlineCodeRef id(Integer id)
Id of this code. Assigned by Okapi.
-
getId
public Integer getId()
-
setId
public void setId(Integer id)
-
position
public InlineCodeRef position(Integer position)
Position (0-based char index) of this inline code in the text string.
-
getPosition
public Integer getPosition()
-
setPosition
public void setPosition(Integer position)
-
tagType
public InlineCodeRef tagType(net.sf.okapi.common.resource.TextFragment.TagType tagType)
-
getTagType
public net.sf.okapi.common.resource.TextFragment.TagType getTagType()
-
setTagType
public void setTagType(net.sf.okapi.common.resource.TextFragment.TagType tagType)
-
-