Skip to content

PageResponseAutoServicePortVO

Properties

Name Type Description Notes
Content Pointer to []AutoServicePortVO Content [optional]
First Pointer to bool Whether is in the first page [optional]
Last Pointer to bool Whether is in the last page [optional]
Number Pointer to int32 Number of the current page,starting from 0. [optional]
NumberOfElements Pointer to int32 Actual number of current page [optional]
Size Pointer to int32 Page size [optional]
TotalElements Pointer to int64 Total elements [optional]
TotalPages Pointer to int32 Total page number [optional]

Methods

NewPageResponseAutoServicePortVO

func NewPageResponseAutoServicePortVO() *PageResponseAutoServicePortVO

NewPageResponseAutoServicePortVO instantiates a new PageResponseAutoServicePortVO 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

NewPageResponseAutoServicePortVOWithDefaults

func NewPageResponseAutoServicePortVOWithDefaults() *PageResponseAutoServicePortVO

NewPageResponseAutoServicePortVOWithDefaults instantiates a new PageResponseAutoServicePortVO 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

GetContent

func (o *PageResponseAutoServicePortVO) GetContent() []AutoServicePortVO

GetContent returns the Content field if non-nil, zero value otherwise.

GetContentOk

func (o *PageResponseAutoServicePortVO) GetContentOk() (*[]AutoServicePortVO, bool)

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

SetContent

func (o *PageResponseAutoServicePortVO) SetContent(v []AutoServicePortVO)

SetContent sets Content field to given value.

HasContent

func (o *PageResponseAutoServicePortVO) HasContent() bool

HasContent returns a boolean if a field has been set.

GetFirst

func (o *PageResponseAutoServicePortVO) GetFirst() bool

GetFirst returns the First field if non-nil, zero value otherwise.

GetFirstOk

func (o *PageResponseAutoServicePortVO) GetFirstOk() (*bool, bool)

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

SetFirst

func (o *PageResponseAutoServicePortVO) SetFirst(v bool)

SetFirst sets First field to given value.

HasFirst

func (o *PageResponseAutoServicePortVO) HasFirst() bool

HasFirst returns a boolean if a field has been set.

GetLast

func (o *PageResponseAutoServicePortVO) GetLast() bool

GetLast returns the Last field if non-nil, zero value otherwise.

GetLastOk

func (o *PageResponseAutoServicePortVO) GetLastOk() (*bool, bool)

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

SetLast

func (o *PageResponseAutoServicePortVO) SetLast(v bool)

SetLast sets Last field to given value.

HasLast

func (o *PageResponseAutoServicePortVO) HasLast() bool

HasLast returns a boolean if a field has been set.

GetNumber

func (o *PageResponseAutoServicePortVO) GetNumber() int32

GetNumber returns the Number field if non-nil, zero value otherwise.

GetNumberOk

func (o *PageResponseAutoServicePortVO) GetNumberOk() (*int32, bool)

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

SetNumber

func (o *PageResponseAutoServicePortVO) SetNumber(v int32)

SetNumber sets Number field to given value.

HasNumber

func (o *PageResponseAutoServicePortVO) HasNumber() bool

HasNumber returns a boolean if a field has been set.

GetNumberOfElements

func (o *PageResponseAutoServicePortVO) GetNumberOfElements() int32

GetNumberOfElements returns the NumberOfElements field if non-nil, zero value otherwise.

GetNumberOfElementsOk

func (o *PageResponseAutoServicePortVO) GetNumberOfElementsOk() (*int32, bool)

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

SetNumberOfElements

func (o *PageResponseAutoServicePortVO) SetNumberOfElements(v int32)

SetNumberOfElements sets NumberOfElements field to given value.

HasNumberOfElements

func (o *PageResponseAutoServicePortVO) HasNumberOfElements() bool

HasNumberOfElements returns a boolean if a field has been set.

GetSize

func (o *PageResponseAutoServicePortVO) GetSize() int32

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

func (o *PageResponseAutoServicePortVO) GetSizeOk() (*int32, bool)

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

SetSize

func (o *PageResponseAutoServicePortVO) SetSize(v int32)

SetSize sets Size field to given value.

HasSize

func (o *PageResponseAutoServicePortVO) HasSize() bool

HasSize returns a boolean if a field has been set.

GetTotalElements

func (o *PageResponseAutoServicePortVO) GetTotalElements() int64

GetTotalElements returns the TotalElements field if non-nil, zero value otherwise.

GetTotalElementsOk

func (o *PageResponseAutoServicePortVO) GetTotalElementsOk() (*int64, bool)

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

SetTotalElements

func (o *PageResponseAutoServicePortVO) SetTotalElements(v int64)

SetTotalElements sets TotalElements field to given value.

HasTotalElements

func (o *PageResponseAutoServicePortVO) HasTotalElements() bool

HasTotalElements returns a boolean if a field has been set.

GetTotalPages

func (o *PageResponseAutoServicePortVO) GetTotalPages() int32

GetTotalPages returns the TotalPages field if non-nil, zero value otherwise.

GetTotalPagesOk

func (o *PageResponseAutoServicePortVO) GetTotalPagesOk() (*int32, bool)

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

SetTotalPages

func (o *PageResponseAutoServicePortVO) SetTotalPages(v int32)

SetTotalPages sets TotalPages field to given value.

HasTotalPages

func (o *PageResponseAutoServicePortVO) HasTotalPages() bool

HasTotalPages returns a boolean if a field has been set.

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