Class InlineCodeRef


  • @Generated(value="org.openapitools.codegen.languages.JavaInflectorServerCodegen",
               comments="Generator version: 7.15.0")
    public class InlineCodeRef
    extends Object
    Reference to an inline code, markup in a file segment.
    • Constructor Detail

      • InlineCodeRef

        public InlineCodeRef()
    • Method Detail

      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object