Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.28 KB

CommonReportrow.md

File metadata and controls

72 lines (39 loc) · 2.28 KB

CommonReportrow

Properties

Name Type Description Notes
AObjReportcell []CommonReportcell
IReportrowHeight int32 The reportrow height in pixels

Methods

NewCommonReportrow

func NewCommonReportrow(aObjReportcell []CommonReportcell, iReportrowHeight int32, ) *CommonReportrow

NewCommonReportrow instantiates a new CommonReportrow 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

NewCommonReportrowWithDefaults

func NewCommonReportrowWithDefaults() *CommonReportrow

NewCommonReportrowWithDefaults instantiates a new CommonReportrow 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

GetAObjReportcell

func (o *CommonReportrow) GetAObjReportcell() []CommonReportcell

GetAObjReportcell returns the AObjReportcell field if non-nil, zero value otherwise.

GetAObjReportcellOk

func (o *CommonReportrow) GetAObjReportcellOk() (*[]CommonReportcell, bool)

GetAObjReportcellOk returns a tuple with the AObjReportcell field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAObjReportcell

func (o *CommonReportrow) SetAObjReportcell(v []CommonReportcell)

SetAObjReportcell sets AObjReportcell field to given value.

GetIReportrowHeight

func (o *CommonReportrow) GetIReportrowHeight() int32

GetIReportrowHeight returns the IReportrowHeight field if non-nil, zero value otherwise.

GetIReportrowHeightOk

func (o *CommonReportrow) GetIReportrowHeightOk() (*int32, bool)

GetIReportrowHeightOk returns a tuple with the IReportrowHeight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIReportrowHeight

func (o *CommonReportrow) SetIReportrowHeight(v int32)

SetIReportrowHeight sets IReportrowHeight field to given value.

[Back to Model list] [Back to API list] [Back to README]