Skip to content

OsgRpsStatusVO

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
Pg Pointer to bool [optional]
Su Pointer to bool [optional]

Methods

NewOsgRpsStatusVO

func NewOsgRpsStatusVO() *OsgRpsStatusVO

NewOsgRpsStatusVO instantiates a new OsgRpsStatusVO 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

NewOsgRpsStatusVOWithDefaults

func NewOsgRpsStatusVOWithDefaults() *OsgRpsStatusVO

NewOsgRpsStatusVOWithDefaults instantiates a new OsgRpsStatusVO 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

GetId

func (o *OsgRpsStatusVO) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *OsgRpsStatusVO) GetIdOk() (*int32, bool)

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

SetId

func (o *OsgRpsStatusVO) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *OsgRpsStatusVO) HasId() bool

HasId returns a boolean if a field has been set.

GetPg

func (o *OsgRpsStatusVO) GetPg() bool

GetPg returns the Pg field if non-nil, zero value otherwise.

GetPgOk

func (o *OsgRpsStatusVO) GetPgOk() (*bool, bool)

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

SetPg

func (o *OsgRpsStatusVO) SetPg(v bool)

SetPg sets Pg field to given value.

HasPg

func (o *OsgRpsStatusVO) HasPg() bool

HasPg returns a boolean if a field has been set.

GetSu

func (o *OsgRpsStatusVO) GetSu() bool

GetSu returns the Su field if non-nil, zero value otherwise.

GetSuOk

func (o *OsgRpsStatusVO) GetSuOk() (*bool, bool)

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

SetSu

func (o *OsgRpsStatusVO) SetSu(v bool)

SetSu sets Su field to given value.

HasSu

func (o *OsgRpsStatusVO) HasSu() bool

HasSu returns a boolean if a field has been set.

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