Name | Type | Description | Notes |
---|---|---|---|
LineText | Pointer to NullableString | The content of the reference line. | [optional] |
LineNumber | int32 | The line number. |
func NewReferenceLine(lineNumber int32, ) *ReferenceLine
NewReferenceLine instantiates a new ReferenceLine object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReferenceLineWithDefaults() *ReferenceLine
NewReferenceLineWithDefaults instantiates a new ReferenceLine object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ReferenceLine) GetLineText() string
GetLineText returns the LineText field if non-nil, zero value otherwise.
func (o *ReferenceLine) GetLineTextOk() (*string, bool)
GetLineTextOk returns a tuple with the LineText field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReferenceLine) SetLineText(v string)
SetLineText sets LineText field to given value.
func (o *ReferenceLine) HasLineText() bool
HasLineText returns a boolean if a field has been set.
func (o *ReferenceLine) SetLineTextNil(b bool)
SetLineTextNil sets the value for LineText to be an explicit nil
func (o *ReferenceLine) UnsetLineText()
UnsetLineText ensures that no value is present for LineText, not even an explicit nil
func (o *ReferenceLine) GetLineNumber() int32
GetLineNumber returns the LineNumber field if non-nil, zero value otherwise.
func (o *ReferenceLine) GetLineNumberOk() (*int32, bool)
GetLineNumberOk returns a tuple with the LineNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReferenceLine) SetLineNumber(v int32)
SetLineNumber sets LineNumber field to given value.