Name | Type | Description | Notes |
---|---|---|---|
Registry | Pointer to string | [optional] | |
StartTime | Pointer to int32 | [optional] | |
EndTime | Pointer to int32 | [optional] | |
Destination | Pointer to string | [optional] | |
Source | Pointer to string | [optional] |
func NewReplayBody() *ReplayBody
NewReplayBody instantiates a new ReplayBody 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 NewReplayBodyWithDefaults() *ReplayBody
NewReplayBodyWithDefaults instantiates a new ReplayBody 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 *ReplayBody) GetRegistry() string
GetRegistry returns the Registry field if non-nil, zero value otherwise.
func (o *ReplayBody) GetRegistryOk() (*string, bool)
GetRegistryOk returns a tuple with the Registry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReplayBody) SetRegistry(v string)
SetRegistry sets Registry field to given value.
func (o *ReplayBody) HasRegistry() bool
HasRegistry returns a boolean if a field has been set.
func (o *ReplayBody) GetStartTime() int32
GetStartTime returns the StartTime field if non-nil, zero value otherwise.
func (o *ReplayBody) GetStartTimeOk() (*int32, bool)
GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReplayBody) SetStartTime(v int32)
SetStartTime sets StartTime field to given value.
func (o *ReplayBody) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (o *ReplayBody) GetEndTime() int32
GetEndTime returns the EndTime field if non-nil, zero value otherwise.
func (o *ReplayBody) GetEndTimeOk() (*int32, bool)
GetEndTimeOk returns a tuple with the EndTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReplayBody) SetEndTime(v int32)
SetEndTime sets EndTime field to given value.
func (o *ReplayBody) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (o *ReplayBody) GetDestination() string
GetDestination returns the Destination field if non-nil, zero value otherwise.
func (o *ReplayBody) GetDestinationOk() (*string, bool)
GetDestinationOk returns a tuple with the Destination field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReplayBody) SetDestination(v string)
SetDestination sets Destination field to given value.
func (o *ReplayBody) HasDestination() bool
HasDestination returns a boolean if a field has been set.
func (o *ReplayBody) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *ReplayBody) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReplayBody) SetSource(v string)
SetSource sets Source field to given value.
func (o *ReplayBody) HasSource() bool
HasSource returns a boolean if a field has been set.