| Name | Type | Description | Notes |
|---|---|---|---|
| PeTimestamp | int32 | ||
| ExportTimestamp | int32 | ||
| DebugTimestamp | int32 |
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
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
func (o *TimestampModel) GetPeTimestamp() int32
GetPeTimestamp returns the PeTimestamp field if non-nil, zero value otherwise.
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.
func (o *TimestampModel) SetPeTimestamp(v int32)
SetPeTimestamp sets PeTimestamp field to given value.
func (o *TimestampModel) GetExportTimestamp() int32
GetExportTimestamp returns the ExportTimestamp field if non-nil, zero value otherwise.
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.
func (o *TimestampModel) SetExportTimestamp(v int32)
SetExportTimestamp sets ExportTimestamp field to given value.
func (o *TimestampModel) GetDebugTimestamp() int32
GetDebugTimestamp returns the DebugTimestamp field if non-nil, zero value otherwise.
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.
func (o *TimestampModel) SetDebugTimestamp(v int32)
SetDebugTimestamp sets DebugTimestamp field to given value.