Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.69 KB

File metadata and controls

93 lines (50 loc) · 2.69 KB

TimestampModel

Properties

Name Type Description Notes
PeTimestamp int32
ExportTimestamp int32
DebugTimestamp int32

Methods

NewTimestampModel

func NewTimestampModel(peTimestamp int32, exportTimestamp int32, debugTimestamp int32, ) *TimestampModel

NewTimestampModel instantiates a new TimestampModel 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

NewTimestampModelWithDefaults

func NewTimestampModelWithDefaults() *TimestampModel

NewTimestampModelWithDefaults instantiates a new TimestampModel 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

GetPeTimestamp

func (o *TimestampModel) GetPeTimestamp() int32

GetPeTimestamp returns the PeTimestamp field if non-nil, zero value otherwise.

GetPeTimestampOk

func (o *TimestampModel) GetPeTimestampOk() (*int32, bool)

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

SetPeTimestamp

func (o *TimestampModel) SetPeTimestamp(v int32)

SetPeTimestamp sets PeTimestamp field to given value.

GetExportTimestamp

func (o *TimestampModel) GetExportTimestamp() int32

GetExportTimestamp returns the ExportTimestamp field if non-nil, zero value otherwise.

GetExportTimestampOk

func (o *TimestampModel) GetExportTimestampOk() (*int32, bool)

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

SetExportTimestamp

func (o *TimestampModel) SetExportTimestamp(v int32)

SetExportTimestamp sets ExportTimestamp field to given value.

GetDebugTimestamp

func (o *TimestampModel) GetDebugTimestamp() int32

GetDebugTimestamp returns the DebugTimestamp field if non-nil, zero value otherwise.

GetDebugTimestampOk

func (o *TimestampModel) GetDebugTimestampOk() (*int32, bool)

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

SetDebugTimestamp

func (o *TimestampModel) SetDebugTimestamp(v int32)

SetDebugTimestamp sets DebugTimestamp field to given value.

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