SiteTimeIdOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | ID. | [optional] |
| SiteId | Pointer to string | Site ID. | [optional] |
| Time | Pointer to int64 | Time. | [optional] |
Methods
NewSiteTimeIdOpenApiVO
func NewSiteTimeIdOpenApiVO() *SiteTimeIdOpenApiVO
NewSiteTimeIdOpenApiVO instantiates a new SiteTimeIdOpenApiVO 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
NewSiteTimeIdOpenApiVOWithDefaults
func NewSiteTimeIdOpenApiVOWithDefaults() *SiteTimeIdOpenApiVO
NewSiteTimeIdOpenApiVOWithDefaults instantiates a new SiteTimeIdOpenApiVO 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 *SiteTimeIdOpenApiVO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
GetIdOk
func (o *SiteTimeIdOpenApiVO) GetIdOk() (*string, 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 *SiteTimeIdOpenApiVO) SetId(v string)
SetId sets Id field to given value.
HasId
func (o *SiteTimeIdOpenApiVO) HasId() bool
HasId returns a boolean if a field has been set.
GetSiteId
func (o *SiteTimeIdOpenApiVO) GetSiteId() string
GetSiteId returns the SiteId field if non-nil, zero value otherwise.
GetSiteIdOk
func (o *SiteTimeIdOpenApiVO) GetSiteIdOk() (*string, bool)
GetSiteIdOk returns a tuple with the SiteId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSiteId
func (o *SiteTimeIdOpenApiVO) SetSiteId(v string)
SetSiteId sets SiteId field to given value.
HasSiteId
func (o *SiteTimeIdOpenApiVO) HasSiteId() bool
HasSiteId returns a boolean if a field has been set.
GetTime
func (o *SiteTimeIdOpenApiVO) GetTime() int64
GetTime returns the Time field if non-nil, zero value otherwise.
GetTimeOk
func (o *SiteTimeIdOpenApiVO) GetTimeOk() (*int64, bool)
GetTimeOk returns a tuple with the Time field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTime
func (o *SiteTimeIdOpenApiVO) SetTime(v int64)
SetTime sets Time field to given value.
HasTime
func (o *SiteTimeIdOpenApiVO) HasTime() bool
HasTime returns a boolean if a field has been set.