Skip to content

Latest commit

 

History

History
217 lines (118 loc) · 5.63 KB

File metadata and controls

217 lines (118 loc) · 5.63 KB

ReportEvent

Properties

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]

Methods

NewReportEvent

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

NewReportEventWithDefaults

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

GetApiCalls

func (o *ReportEvent) GetApiCalls() []ApiCall

GetApiCalls returns the ApiCalls field if non-nil, zero value otherwise.

GetApiCallsOk

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.

SetApiCalls

func (o *ReportEvent) SetApiCalls(v []ApiCall)

SetApiCalls sets ApiCalls field to given value.

HasApiCalls

func (o *ReportEvent) HasApiCalls() bool

HasApiCalls returns a boolean if a field has been set.

SetApiCallsNil

func (o *ReportEvent) SetApiCallsNil(b bool)

SetApiCallsNil sets the value for ApiCalls to be an explicit nil

UnsetApiCalls

func (o *ReportEvent) UnsetApiCalls()

UnsetApiCalls ensures that no value is present for ApiCalls, not even an explicit nil

GetProcessSeqid

func (o *ReportEvent) GetProcessSeqid() int64

GetProcessSeqid returns the ProcessSeqid field if non-nil, zero value otherwise.

GetProcessSeqidOk

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.

SetProcessSeqid

func (o *ReportEvent) SetProcessSeqid(v int64)

SetProcessSeqid sets ProcessSeqid field to given value.

HasProcessSeqid

func (o *ReportEvent) HasProcessSeqid() bool

HasProcessSeqid returns a boolean if a field has been set.

GetTotalBytesRequested

func (o *ReportEvent) GetTotalBytesRequested() int64

GetTotalBytesRequested returns the TotalBytesRequested field if non-nil, zero value otherwise.

GetTotalBytesRequestedOk

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.

SetTotalBytesRequested

func (o *ReportEvent) SetTotalBytesRequested(v int64)

SetTotalBytesRequested sets TotalBytesRequested field to given value.

HasTotalBytesRequested

func (o *ReportEvent) HasTotalBytesRequested() bool

HasTotalBytesRequested returns a boolean if a field has been set.

GetType

func (o *ReportEvent) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *ReportEvent) SetType(v string)

SetType sets Type field to given value.

GetValue

func (o *ReportEvent) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

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.

SetValue

func (o *ReportEvent) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *ReportEvent) HasValue() bool

HasValue returns a boolean if a field has been set.

GetValueName

func (o *ReportEvent) GetValueName() string

GetValueName returns the ValueName field if non-nil, zero value otherwise.

GetValueNameOk

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.

SetValueName

func (o *ReportEvent) SetValueName(v string)

SetValueName sets ValueName field to given value.

HasValueName

func (o *ReportEvent) HasValueName() bool

HasValueName returns a boolean if a field has been set.

GetWriteCount

func (o *ReportEvent) GetWriteCount() int64

GetWriteCount returns the WriteCount field if non-nil, zero value otherwise.

GetWriteCountOk

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.

SetWriteCount

func (o *ReportEvent) SetWriteCount(v int64)

SetWriteCount sets WriteCount field to given value.

HasWriteCount

func (o *ReportEvent) HasWriteCount() bool

HasWriteCount returns a boolean if a field has been set.

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