Skip to content

OswStaticRoutingGridVOOswStaticRoutingVO

Properties

Name Type Description Notes
CurrentPage Pointer to int32 Current page number. [optional]
CurrentSize Pointer to int32 Number of entries per page. [optional]
Data Pointer to []OswStaticRoutingVO [optional]
SupportIpv6StaticRouting Pointer to bool supportIpv6StaticRouting [optional]
TotalRows Pointer to int64 Total rows of all items. [optional]

Methods

NewOswStaticRoutingGridVOOswStaticRoutingVO

func NewOswStaticRoutingGridVOOswStaticRoutingVO() *OswStaticRoutingGridVOOswStaticRoutingVO

NewOswStaticRoutingGridVOOswStaticRoutingVO instantiates a new OswStaticRoutingGridVOOswStaticRoutingVO 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

NewOswStaticRoutingGridVOOswStaticRoutingVOWithDefaults

func NewOswStaticRoutingGridVOOswStaticRoutingVOWithDefaults() *OswStaticRoutingGridVOOswStaticRoutingVO

NewOswStaticRoutingGridVOOswStaticRoutingVOWithDefaults instantiates a new OswStaticRoutingGridVOOswStaticRoutingVO 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

GetCurrentPage

func (o *OswStaticRoutingGridVOOswStaticRoutingVO) GetCurrentPage() int32

GetCurrentPage returns the CurrentPage field if non-nil, zero value otherwise.

GetCurrentPageOk

func (o *OswStaticRoutingGridVOOswStaticRoutingVO) GetCurrentPageOk() (*int32, bool)

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

SetCurrentPage

func (o *OswStaticRoutingGridVOOswStaticRoutingVO) SetCurrentPage(v int32)

SetCurrentPage sets CurrentPage field to given value.

HasCurrentPage

func (o *OswStaticRoutingGridVOOswStaticRoutingVO) HasCurrentPage() bool

HasCurrentPage returns a boolean if a field has been set.

GetCurrentSize

func (o *OswStaticRoutingGridVOOswStaticRoutingVO) GetCurrentSize() int32

GetCurrentSize returns the CurrentSize field if non-nil, zero value otherwise.

GetCurrentSizeOk

func (o *OswStaticRoutingGridVOOswStaticRoutingVO) GetCurrentSizeOk() (*int32, bool)

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

SetCurrentSize

func (o *OswStaticRoutingGridVOOswStaticRoutingVO) SetCurrentSize(v int32)

SetCurrentSize sets CurrentSize field to given value.

HasCurrentSize

func (o *OswStaticRoutingGridVOOswStaticRoutingVO) HasCurrentSize() bool

HasCurrentSize returns a boolean if a field has been set.

GetData

func (o *OswStaticRoutingGridVOOswStaticRoutingVO) GetData() []OswStaticRoutingVO

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *OswStaticRoutingGridVOOswStaticRoutingVO) GetDataOk() (*[]OswStaticRoutingVO, bool)

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

SetData

func (o *OswStaticRoutingGridVOOswStaticRoutingVO) SetData(v []OswStaticRoutingVO)

SetData sets Data field to given value.

HasData

func (o *OswStaticRoutingGridVOOswStaticRoutingVO) HasData() bool

HasData returns a boolean if a field has been set.

GetSupportIpv6StaticRouting

func (o *OswStaticRoutingGridVOOswStaticRoutingVO) GetSupportIpv6StaticRouting() bool

GetSupportIpv6StaticRouting returns the SupportIpv6StaticRouting field if non-nil, zero value otherwise.

GetSupportIpv6StaticRoutingOk

func (o *OswStaticRoutingGridVOOswStaticRoutingVO) GetSupportIpv6StaticRoutingOk() (*bool, bool)

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

SetSupportIpv6StaticRouting

func (o *OswStaticRoutingGridVOOswStaticRoutingVO) SetSupportIpv6StaticRouting(v bool)

SetSupportIpv6StaticRouting sets SupportIpv6StaticRouting field to given value.

HasSupportIpv6StaticRouting

func (o *OswStaticRoutingGridVOOswStaticRoutingVO) HasSupportIpv6StaticRouting() bool

HasSupportIpv6StaticRouting returns a boolean if a field has been set.

GetTotalRows

func (o *OswStaticRoutingGridVOOswStaticRoutingVO) GetTotalRows() int64

GetTotalRows returns the TotalRows field if non-nil, zero value otherwise.

GetTotalRowsOk

func (o *OswStaticRoutingGridVOOswStaticRoutingVO) GetTotalRowsOk() (*int64, bool)

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

SetTotalRows

func (o *OswStaticRoutingGridVOOswStaticRoutingVO) SetTotalRows(v int64)

SetTotalRows sets TotalRows field to given value.

HasTotalRows

func (o *OswStaticRoutingGridVOOswStaticRoutingVO) HasTotalRows() bool

HasTotalRows returns a boolean if a field has been set.

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