Skip to content

EventLogOpenApiVO

Properties

Name Type Description Notes
Content Pointer to string Log content. [optional]
Id Pointer to string Log ID. [optional]
Key Pointer to string Log key. [optional]
Module Pointer to string Log module. [optional]
Time Pointer to int64 Log time. [optional]

Methods

NewEventLogOpenApiVO

func NewEventLogOpenApiVO() *EventLogOpenApiVO

NewEventLogOpenApiVO instantiates a new EventLogOpenApiVO 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

NewEventLogOpenApiVOWithDefaults

func NewEventLogOpenApiVOWithDefaults() *EventLogOpenApiVO

NewEventLogOpenApiVOWithDefaults instantiates a new EventLogOpenApiVO 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

GetContent

func (o *EventLogOpenApiVO) GetContent() string

GetContent returns the Content field if non-nil, zero value otherwise.

GetContentOk

func (o *EventLogOpenApiVO) GetContentOk() (*string, bool)

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

SetContent

func (o *EventLogOpenApiVO) SetContent(v string)

SetContent sets Content field to given value.

HasContent

func (o *EventLogOpenApiVO) HasContent() bool

HasContent returns a boolean if a field has been set.

GetId

func (o *EventLogOpenApiVO) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *EventLogOpenApiVO) GetIdOk() (*string, bool)

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

SetId

func (o *EventLogOpenApiVO) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *EventLogOpenApiVO) HasId() bool

HasId returns a boolean if a field has been set.

GetKey

func (o *EventLogOpenApiVO) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *EventLogOpenApiVO) GetKeyOk() (*string, bool)

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

SetKey

func (o *EventLogOpenApiVO) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *EventLogOpenApiVO) HasKey() bool

HasKey returns a boolean if a field has been set.

GetModule

func (o *EventLogOpenApiVO) GetModule() string

GetModule returns the Module field if non-nil, zero value otherwise.

GetModuleOk

func (o *EventLogOpenApiVO) GetModuleOk() (*string, bool)

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

SetModule

func (o *EventLogOpenApiVO) SetModule(v string)

SetModule sets Module field to given value.

HasModule

func (o *EventLogOpenApiVO) HasModule() bool

HasModule returns a boolean if a field has been set.

GetTime

func (o *EventLogOpenApiVO) GetTime() int64

GetTime returns the Time field if non-nil, zero value otherwise.

GetTimeOk

func (o *EventLogOpenApiVO) GetTimeOk() (*int64, bool)

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

SetTime

func (o *EventLogOpenApiVO) SetTime(v int64)

SetTime sets Time field to given value.

HasTime

func (o *EventLogOpenApiVO) HasTime() bool

HasTime returns a boolean if a field has been set.

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