OswOspfNeighborGridVOOswOspfNeighborVO
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 []OswOspfNeighborVO | [optional] | |
| Interfaces | Pointer to []string | List of interface name | [optional] |
| Processes | Pointer to []string | List of process ID | [optional] |
| TotalRows | Pointer to int64 | Total rows of all items. | [optional] |
Methods
NewOswOspfNeighborGridVOOswOspfNeighborVO
func NewOswOspfNeighborGridVOOswOspfNeighborVO() *OswOspfNeighborGridVOOswOspfNeighborVO
NewOswOspfNeighborGridVOOswOspfNeighborVO instantiates a new OswOspfNeighborGridVOOswOspfNeighborVO 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
NewOswOspfNeighborGridVOOswOspfNeighborVOWithDefaults
func NewOswOspfNeighborGridVOOswOspfNeighborVOWithDefaults() *OswOspfNeighborGridVOOswOspfNeighborVO
NewOswOspfNeighborGridVOOswOspfNeighborVOWithDefaults instantiates a new OswOspfNeighborGridVOOswOspfNeighborVO 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 *OswOspfNeighborGridVOOswOspfNeighborVO) GetCurrentPage() int32
GetCurrentPage returns the CurrentPage field if non-nil, zero value otherwise.
GetCurrentPageOk
func (o *OswOspfNeighborGridVOOswOspfNeighborVO) 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 *OswOspfNeighborGridVOOswOspfNeighborVO) SetCurrentPage(v int32)
SetCurrentPage sets CurrentPage field to given value.
HasCurrentPage
func (o *OswOspfNeighborGridVOOswOspfNeighborVO) HasCurrentPage() bool
HasCurrentPage returns a boolean if a field has been set.
GetCurrentSize
func (o *OswOspfNeighborGridVOOswOspfNeighborVO) GetCurrentSize() int32
GetCurrentSize returns the CurrentSize field if non-nil, zero value otherwise.
GetCurrentSizeOk
func (o *OswOspfNeighborGridVOOswOspfNeighborVO) 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 *OswOspfNeighborGridVOOswOspfNeighborVO) SetCurrentSize(v int32)
SetCurrentSize sets CurrentSize field to given value.
HasCurrentSize
func (o *OswOspfNeighborGridVOOswOspfNeighborVO) HasCurrentSize() bool
HasCurrentSize returns a boolean if a field has been set.
GetData
func (o *OswOspfNeighborGridVOOswOspfNeighborVO) GetData() []OswOspfNeighborVO
GetData returns the Data field if non-nil, zero value otherwise.
GetDataOk
func (o *OswOspfNeighborGridVOOswOspfNeighborVO) GetDataOk() (*[]OswOspfNeighborVO, 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 *OswOspfNeighborGridVOOswOspfNeighborVO) SetData(v []OswOspfNeighborVO)
SetData sets Data field to given value.
HasData
func (o *OswOspfNeighborGridVOOswOspfNeighborVO) HasData() bool
HasData returns a boolean if a field has been set.
GetInterfaces
func (o *OswOspfNeighborGridVOOswOspfNeighborVO) GetInterfaces() []string
GetInterfaces returns the Interfaces field if non-nil, zero value otherwise.
GetInterfacesOk
func (o *OswOspfNeighborGridVOOswOspfNeighborVO) GetInterfacesOk() (*[]string, bool)
GetInterfacesOk returns a tuple with the Interfaces field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetInterfaces
func (o *OswOspfNeighborGridVOOswOspfNeighborVO) SetInterfaces(v []string)
SetInterfaces sets Interfaces field to given value.
HasInterfaces
func (o *OswOspfNeighborGridVOOswOspfNeighborVO) HasInterfaces() bool
HasInterfaces returns a boolean if a field has been set.
GetProcesses
func (o *OswOspfNeighborGridVOOswOspfNeighborVO) GetProcesses() []string
GetProcesses returns the Processes field if non-nil, zero value otherwise.
GetProcessesOk
func (o *OswOspfNeighborGridVOOswOspfNeighborVO) GetProcessesOk() (*[]string, bool)
GetProcessesOk returns a tuple with the Processes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetProcesses
func (o *OswOspfNeighborGridVOOswOspfNeighborVO) SetProcesses(v []string)
SetProcesses sets Processes field to given value.
HasProcesses
func (o *OswOspfNeighborGridVOOswOspfNeighborVO) HasProcesses() bool
HasProcesses returns a boolean if a field has been set.
GetTotalRows
func (o *OswOspfNeighborGridVOOswOspfNeighborVO) GetTotalRows() int64
GetTotalRows returns the TotalRows field if non-nil, zero value otherwise.
GetTotalRowsOk
func (o *OswOspfNeighborGridVOOswOspfNeighborVO) 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 *OswOspfNeighborGridVOOswOspfNeighborVO) SetTotalRows(v int64)
SetTotalRows sets TotalRows field to given value.
HasTotalRows
func (o *OswOspfNeighborGridVOOswOspfNeighborVO) HasTotalRows() bool
HasTotalRows returns a boolean if a field has been set.