| Name | Type | Description | Notes |
|---|---|---|---|
| ApiCalls | Pointer to []ApiCall | [optional] | |
| ProcessSeqid | Pointer to int64 | [optional] | |
| TotalBytesRequested | Pointer to int64 | [optional] | |
| Type | string | ||
| Value | Pointer to string | [optional] | |
| ValueName | Pointer to string | [optional] | |
| WriteCount | Pointer to int64 | [optional] |
func NewReportEvent(type_ string, ) *ReportEvent
NewReportEvent instantiates a new ReportEvent 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 NewReportEventWithDefaults() *ReportEvent
NewReportEventWithDefaults instantiates a new ReportEvent 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 *ReportEvent) GetApiCalls() []ApiCall
GetApiCalls returns the ApiCalls field if non-nil, zero value otherwise.
func (o *ReportEvent) GetApiCallsOk() (*[]ApiCall, bool)
GetApiCallsOk returns a tuple with the ApiCalls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReportEvent) SetApiCalls(v []ApiCall)
SetApiCalls sets ApiCalls field to given value.
func (o *ReportEvent) HasApiCalls() bool
HasApiCalls returns a boolean if a field has been set.
func (o *ReportEvent) SetApiCallsNil(b bool)
SetApiCallsNil sets the value for ApiCalls to be an explicit nil
func (o *ReportEvent) UnsetApiCalls()
UnsetApiCalls ensures that no value is present for ApiCalls, not even an explicit nil
func (o *ReportEvent) GetProcessSeqid() int64
GetProcessSeqid returns the ProcessSeqid field if non-nil, zero value otherwise.
func (o *ReportEvent) GetProcessSeqidOk() (*int64, bool)
GetProcessSeqidOk returns a tuple with the ProcessSeqid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReportEvent) SetProcessSeqid(v int64)
SetProcessSeqid sets ProcessSeqid field to given value.
func (o *ReportEvent) HasProcessSeqid() bool
HasProcessSeqid returns a boolean if a field has been set.
func (o *ReportEvent) GetTotalBytesRequested() int64
GetTotalBytesRequested returns the TotalBytesRequested field if non-nil, zero value otherwise.
func (o *ReportEvent) GetTotalBytesRequestedOk() (*int64, bool)
GetTotalBytesRequestedOk returns a tuple with the TotalBytesRequested field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReportEvent) SetTotalBytesRequested(v int64)
SetTotalBytesRequested sets TotalBytesRequested field to given value.
func (o *ReportEvent) HasTotalBytesRequested() bool
HasTotalBytesRequested returns a boolean if a field has been set.
func (o *ReportEvent) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ReportEvent) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReportEvent) SetType(v string)
SetType sets Type field to given value.
func (o *ReportEvent) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *ReportEvent) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReportEvent) SetValue(v string)
SetValue sets Value field to given value.
func (o *ReportEvent) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *ReportEvent) GetValueName() string
GetValueName returns the ValueName field if non-nil, zero value otherwise.
func (o *ReportEvent) GetValueNameOk() (*string, bool)
GetValueNameOk returns a tuple with the ValueName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReportEvent) SetValueName(v string)
SetValueName sets ValueName field to given value.
func (o *ReportEvent) HasValueName() bool
HasValueName returns a boolean if a field has been set.
func (o *ReportEvent) GetWriteCount() int64
GetWriteCount returns the WriteCount field if non-nil, zero value otherwise.
func (o *ReportEvent) GetWriteCountOk() (*int64, bool)
GetWriteCountOk returns a tuple with the WriteCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReportEvent) SetWriteCount(v int64)
SetWriteCount sets WriteCount field to given value.
func (o *ReportEvent) HasWriteCount() bool
HasWriteCount returns a boolean if a field has been set.