AlertLogOpenApiVO
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] |
| Level | Pointer to string | Alert log level. | [optional] |
| Module | Pointer to string | Log module. | [optional] |
| Time | Pointer to int64 | Log time. | [optional] |
Methods
NewAlertLogOpenApiVO
func NewAlertLogOpenApiVO() *AlertLogOpenApiVO
NewAlertLogOpenApiVO instantiates a new AlertLogOpenApiVO 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
NewAlertLogOpenApiVOWithDefaults
func NewAlertLogOpenApiVOWithDefaults() *AlertLogOpenApiVO
NewAlertLogOpenApiVOWithDefaults instantiates a new AlertLogOpenApiVO 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 *AlertLogOpenApiVO) GetContent() string
GetContent returns the Content field if non-nil, zero value otherwise.
GetContentOk
func (o *AlertLogOpenApiVO) 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 *AlertLogOpenApiVO) SetContent(v string)
SetContent sets Content field to given value.
HasContent
func (o *AlertLogOpenApiVO) HasContent() bool
HasContent returns a boolean if a field has been set.
GetId
func (o *AlertLogOpenApiVO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
GetIdOk
func (o *AlertLogOpenApiVO) 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 *AlertLogOpenApiVO) SetId(v string)
SetId sets Id field to given value.
HasId
func (o *AlertLogOpenApiVO) HasId() bool
HasId returns a boolean if a field has been set.
GetKey
func (o *AlertLogOpenApiVO) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
GetKeyOk
func (o *AlertLogOpenApiVO) 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 *AlertLogOpenApiVO) SetKey(v string)
SetKey sets Key field to given value.
HasKey
func (o *AlertLogOpenApiVO) HasKey() bool
HasKey returns a boolean if a field has been set.
GetLevel
func (o *AlertLogOpenApiVO) GetLevel() string
GetLevel returns the Level field if non-nil, zero value otherwise.
GetLevelOk
func (o *AlertLogOpenApiVO) GetLevelOk() (*string, bool)
GetLevelOk returns a tuple with the Level field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLevel
func (o *AlertLogOpenApiVO) SetLevel(v string)
SetLevel sets Level field to given value.
HasLevel
func (o *AlertLogOpenApiVO) HasLevel() bool
HasLevel returns a boolean if a field has been set.
GetModule
func (o *AlertLogOpenApiVO) GetModule() string
GetModule returns the Module field if non-nil, zero value otherwise.
GetModuleOk
func (o *AlertLogOpenApiVO) 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 *AlertLogOpenApiVO) SetModule(v string)
SetModule sets Module field to given value.
HasModule
func (o *AlertLogOpenApiVO) HasModule() bool
HasModule returns a boolean if a field has been set.
GetTime
func (o *AlertLogOpenApiVO) GetTime() int64
GetTime returns the Time field if non-nil, zero value otherwise.
GetTimeOk
func (o *AlertLogOpenApiVO) 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 *AlertLogOpenApiVO) SetTime(v int64)
SetTime sets Time field to given value.
HasTime
func (o *AlertLogOpenApiVO) HasTime() bool
HasTime returns a boolean if a field has been set.