Skip to content

SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO

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 []QuerySessionLimitRuleOpenApiVO [optional]
SupportIpAddress Pointer to bool Whether Choosing Ip Address as Source Type is supported in Session Limit. [optional]
TotalRows Pointer to int64 Total rows of all items. [optional]

Methods

NewSessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO

func NewSessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO() *SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO

NewSessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO instantiates a new SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO 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

NewSessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVOWithDefaults

func NewSessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVOWithDefaults() *SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO

NewSessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVOWithDefaults instantiates a new SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO 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 *SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO) GetCurrentPage() int32

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

GetCurrentPageOk

func (o *SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO) 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 *SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO) SetCurrentPage(v int32)

SetCurrentPage sets CurrentPage field to given value.

HasCurrentPage

func (o *SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO) HasCurrentPage() bool

HasCurrentPage returns a boolean if a field has been set.

GetCurrentSize

func (o *SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO) GetCurrentSize() int32

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

GetCurrentSizeOk

func (o *SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO) 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 *SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO) SetCurrentSize(v int32)

SetCurrentSize sets CurrentSize field to given value.

HasCurrentSize

func (o *SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO) HasCurrentSize() bool

HasCurrentSize returns a boolean if a field has been set.

GetData

func (o *SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO) GetData() []QuerySessionLimitRuleOpenApiVO

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

GetDataOk

func (o *SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO) GetDataOk() (*[]QuerySessionLimitRuleOpenApiVO, 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 *SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO) SetData(v []QuerySessionLimitRuleOpenApiVO)

SetData sets Data field to given value.

HasData

func (o *SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO) HasData() bool

HasData returns a boolean if a field has been set.

GetSupportIpAddress

func (o *SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO) GetSupportIpAddress() bool

GetSupportIpAddress returns the SupportIpAddress field if non-nil, zero value otherwise.

GetSupportIpAddressOk

func (o *SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO) GetSupportIpAddressOk() (*bool, bool)

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

SetSupportIpAddress

func (o *SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO) SetSupportIpAddress(v bool)

SetSupportIpAddress sets SupportIpAddress field to given value.

HasSupportIpAddress

func (o *SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO) HasSupportIpAddress() bool

HasSupportIpAddress returns a boolean if a field has been set.

GetTotalRows

func (o *SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO) GetTotalRows() int64

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

GetTotalRowsOk

func (o *SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO) 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 *SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO) SetTotalRows(v int64)

SetTotalRows sets TotalRows field to given value.

HasTotalRows

func (o *SessionLimitRuleGridOpenApiVOQuerySessionLimitRuleOpenApiVO) HasTotalRows() bool

HasTotalRows returns a boolean if a field has been set.

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