Name | Type | Description | Notes |
---|---|---|---|
Method | Pointer to bool | [optional] | |
Scheme | Pointer to bool | [optional] | |
Domain | Pointer to bool | [optional] | |
Uri | Pointer to bool | [optional] | |
QueryString | Pointer to bool | [optional] | |
Referer | Pointer to bool | [optional] | |
Ip | Pointer to bool | [optional] | |
Ua | Pointer to bool | [optional] | |
Country | Pointer to bool | [optional] | |
Asn | Pointer to bool | [optional] | |
ContentType | Pointer to bool | [optional] | |
Status | Pointer to bool | [optional] | |
TlsFingerprint | Pointer to bool | [optional] | |
ServerPort | Pointer to bool | [optional] | |
BytesSent | Pointer to bool | [optional] | |
BytesReceived | Pointer to bool | [optional] | |
UpstreamTime | Pointer to bool | [optional] | |
Cache | Pointer to bool | [optional] | |
RequestId | Pointer to bool | [optional] | |
Timestamp | Pointer to bool | [optional] | |
Product | Pointer to bool | [optional] | |
RemoteAddress | Pointer to bool | [optional] | |
Data | Pointer to bool | [optional] | |
Uuid | Pointer to bool | [optional] | |
Record | Pointer to bool | [optional] | |
Type | Pointer to bool | [optional] | |
ResponseCode | Pointer to bool | [optional] | |
ProcessTime | Pointer to bool | [optional] | |
ClientIp | Pointer to bool | [optional] | |
UpstreamProto | Pointer to bool | [optional] | |
UpstreamUri | Pointer to bool | [optional] | |
UpstreamPort | Pointer to bool | [optional] | |
UpstreamIp | Pointer to bool | [optional] | |
DomainName | Pointer to bool | [optional] | |
HttpVersion | Pointer to bool | [optional] | |
RequestMethod | Pointer to bool | [optional] | |
RequestUri | Pointer to bool | [optional] | |
RealTimestamp | Pointer to bool | [optional] | |
ErrorMessage | Pointer to bool | [optional] | |
PopSite | Pointer to bool | [optional] | |
ServerIp | Pointer to bool | [optional] | |
Firewall | Pointer to bool | [optional] | |
Proxy | Pointer to bool | [optional] | |
DnsResolver | Pointer to bool | [optional] | |
Ddos | Pointer to bool | [optional] | |
Ratelimit | Pointer to bool | [optional] | |
Waf | Pointer to bool | [optional] |
func NewLogForwarderDataFormat() *LogForwarderDataFormat
NewLogForwarderDataFormat instantiates a new LogForwarderDataFormat 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 NewLogForwarderDataFormatWithDefaults() *LogForwarderDataFormat
NewLogForwarderDataFormatWithDefaults instantiates a new LogForwarderDataFormat 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 *LogForwarderDataFormat) GetMethod() bool
GetMethod returns the Method field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetMethodOk() (*bool, bool)
GetMethodOk returns a tuple with the Method field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetMethod(v bool)
SetMethod sets Method field to given value.
func (o *LogForwarderDataFormat) HasMethod() bool
HasMethod returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetScheme() bool
GetScheme returns the Scheme field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetSchemeOk() (*bool, bool)
GetSchemeOk returns a tuple with the Scheme field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetScheme(v bool)
SetScheme sets Scheme field to given value.
func (o *LogForwarderDataFormat) HasScheme() bool
HasScheme returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetDomain() bool
GetDomain returns the Domain field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetDomainOk() (*bool, bool)
GetDomainOk returns a tuple with the Domain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetDomain(v bool)
SetDomain sets Domain field to given value.
func (o *LogForwarderDataFormat) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetUri() bool
GetUri returns the Uri field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetUriOk() (*bool, bool)
GetUriOk returns a tuple with the Uri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetUri(v bool)
SetUri sets Uri field to given value.
func (o *LogForwarderDataFormat) HasUri() bool
HasUri returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetQueryString() bool
GetQueryString returns the QueryString field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetQueryStringOk() (*bool, bool)
GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetQueryString(v bool)
SetQueryString sets QueryString field to given value.
func (o *LogForwarderDataFormat) HasQueryString() bool
HasQueryString returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetReferer() bool
GetReferer returns the Referer field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetRefererOk() (*bool, bool)
GetRefererOk returns a tuple with the Referer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetReferer(v bool)
SetReferer sets Referer field to given value.
func (o *LogForwarderDataFormat) HasReferer() bool
HasReferer returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetIp() bool
GetIp returns the Ip field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetIpOk() (*bool, bool)
GetIpOk returns a tuple with the Ip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetIp(v bool)
SetIp sets Ip field to given value.
func (o *LogForwarderDataFormat) HasIp() bool
HasIp returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetUa() bool
GetUa returns the Ua field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetUaOk() (*bool, bool)
GetUaOk returns a tuple with the Ua field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetUa(v bool)
SetUa sets Ua field to given value.
func (o *LogForwarderDataFormat) HasUa() bool
HasUa returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetCountry() bool
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetCountryOk() (*bool, bool)
GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetCountry(v bool)
SetCountry sets Country field to given value.
func (o *LogForwarderDataFormat) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetAsn() bool
GetAsn returns the Asn field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetAsnOk() (*bool, bool)
GetAsnOk returns a tuple with the Asn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetAsn(v bool)
SetAsn sets Asn field to given value.
func (o *LogForwarderDataFormat) HasAsn() bool
HasAsn returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetContentType() bool
GetContentType returns the ContentType field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetContentTypeOk() (*bool, bool)
GetContentTypeOk returns a tuple with the ContentType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetContentType(v bool)
SetContentType sets ContentType field to given value.
func (o *LogForwarderDataFormat) HasContentType() bool
HasContentType returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetStatus() bool
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetStatusOk() (*bool, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetStatus(v bool)
SetStatus sets Status field to given value.
func (o *LogForwarderDataFormat) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetTlsFingerprint() bool
GetTlsFingerprint returns the TlsFingerprint field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetTlsFingerprintOk() (*bool, bool)
GetTlsFingerprintOk returns a tuple with the TlsFingerprint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetTlsFingerprint(v bool)
SetTlsFingerprint sets TlsFingerprint field to given value.
func (o *LogForwarderDataFormat) HasTlsFingerprint() bool
HasTlsFingerprint returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetServerPort() bool
GetServerPort returns the ServerPort field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetServerPortOk() (*bool, bool)
GetServerPortOk returns a tuple with the ServerPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetServerPort(v bool)
SetServerPort sets ServerPort field to given value.
func (o *LogForwarderDataFormat) HasServerPort() bool
HasServerPort returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetBytesSent() bool
GetBytesSent returns the BytesSent field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetBytesSentOk() (*bool, bool)
GetBytesSentOk returns a tuple with the BytesSent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetBytesSent(v bool)
SetBytesSent sets BytesSent field to given value.
func (o *LogForwarderDataFormat) HasBytesSent() bool
HasBytesSent returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetBytesReceived() bool
GetBytesReceived returns the BytesReceived field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetBytesReceivedOk() (*bool, bool)
GetBytesReceivedOk returns a tuple with the BytesReceived field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetBytesReceived(v bool)
SetBytesReceived sets BytesReceived field to given value.
func (o *LogForwarderDataFormat) HasBytesReceived() bool
HasBytesReceived returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetUpstreamTime() bool
GetUpstreamTime returns the UpstreamTime field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetUpstreamTimeOk() (*bool, bool)
GetUpstreamTimeOk returns a tuple with the UpstreamTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetUpstreamTime(v bool)
SetUpstreamTime sets UpstreamTime field to given value.
func (o *LogForwarderDataFormat) HasUpstreamTime() bool
HasUpstreamTime returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetCache() bool
GetCache returns the Cache field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetCacheOk() (*bool, bool)
GetCacheOk returns a tuple with the Cache field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetCache(v bool)
SetCache sets Cache field to given value.
func (o *LogForwarderDataFormat) HasCache() bool
HasCache returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetRequestId() bool
GetRequestId returns the RequestId field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetRequestIdOk() (*bool, bool)
GetRequestIdOk returns a tuple with the RequestId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetRequestId(v bool)
SetRequestId sets RequestId field to given value.
func (o *LogForwarderDataFormat) HasRequestId() bool
HasRequestId returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetTimestamp() bool
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetTimestampOk() (*bool, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetTimestamp(v bool)
SetTimestamp sets Timestamp field to given value.
func (o *LogForwarderDataFormat) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetProduct() bool
GetProduct returns the Product field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetProductOk() (*bool, bool)
GetProductOk returns a tuple with the Product field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetProduct(v bool)
SetProduct sets Product field to given value.
func (o *LogForwarderDataFormat) HasProduct() bool
HasProduct returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetRemoteAddress() bool
GetRemoteAddress returns the RemoteAddress field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetRemoteAddressOk() (*bool, bool)
GetRemoteAddressOk returns a tuple with the RemoteAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetRemoteAddress(v bool)
SetRemoteAddress sets RemoteAddress field to given value.
func (o *LogForwarderDataFormat) HasRemoteAddress() bool
HasRemoteAddress returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetData() bool
GetData returns the Data field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetDataOk() (*bool, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetData(v bool)
SetData sets Data field to given value.
func (o *LogForwarderDataFormat) HasData() bool
HasData returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetUuid() bool
GetUuid returns the Uuid field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetUuidOk() (*bool, bool)
GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetUuid(v bool)
SetUuid sets Uuid field to given value.
func (o *LogForwarderDataFormat) HasUuid() bool
HasUuid returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetRecord() bool
GetRecord returns the Record field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetRecordOk() (*bool, bool)
GetRecordOk returns a tuple with the Record field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetRecord(v bool)
SetRecord sets Record field to given value.
func (o *LogForwarderDataFormat) HasRecord() bool
HasRecord returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetType() bool
GetType returns the Type field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetTypeOk() (*bool, 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 *LogForwarderDataFormat) SetType(v bool)
SetType sets Type field to given value.
func (o *LogForwarderDataFormat) HasType() bool
HasType returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetResponseCode() bool
GetResponseCode returns the ResponseCode field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetResponseCodeOk() (*bool, bool)
GetResponseCodeOk returns a tuple with the ResponseCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetResponseCode(v bool)
SetResponseCode sets ResponseCode field to given value.
func (o *LogForwarderDataFormat) HasResponseCode() bool
HasResponseCode returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetProcessTime() bool
GetProcessTime returns the ProcessTime field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetProcessTimeOk() (*bool, bool)
GetProcessTimeOk returns a tuple with the ProcessTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetProcessTime(v bool)
SetProcessTime sets ProcessTime field to given value.
func (o *LogForwarderDataFormat) HasProcessTime() bool
HasProcessTime returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetClientIp() bool
GetClientIp returns the ClientIp field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetClientIpOk() (*bool, bool)
GetClientIpOk returns a tuple with the ClientIp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetClientIp(v bool)
SetClientIp sets ClientIp field to given value.
func (o *LogForwarderDataFormat) HasClientIp() bool
HasClientIp returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetUpstreamProto() bool
GetUpstreamProto returns the UpstreamProto field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetUpstreamProtoOk() (*bool, bool)
GetUpstreamProtoOk returns a tuple with the UpstreamProto field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetUpstreamProto(v bool)
SetUpstreamProto sets UpstreamProto field to given value.
func (o *LogForwarderDataFormat) HasUpstreamProto() bool
HasUpstreamProto returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetUpstreamUri() bool
GetUpstreamUri returns the UpstreamUri field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetUpstreamUriOk() (*bool, bool)
GetUpstreamUriOk returns a tuple with the UpstreamUri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetUpstreamUri(v bool)
SetUpstreamUri sets UpstreamUri field to given value.
func (o *LogForwarderDataFormat) HasUpstreamUri() bool
HasUpstreamUri returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetUpstreamPort() bool
GetUpstreamPort returns the UpstreamPort field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetUpstreamPortOk() (*bool, bool)
GetUpstreamPortOk returns a tuple with the UpstreamPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetUpstreamPort(v bool)
SetUpstreamPort sets UpstreamPort field to given value.
func (o *LogForwarderDataFormat) HasUpstreamPort() bool
HasUpstreamPort returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetUpstreamIp() bool
GetUpstreamIp returns the UpstreamIp field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetUpstreamIpOk() (*bool, bool)
GetUpstreamIpOk returns a tuple with the UpstreamIp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetUpstreamIp(v bool)
SetUpstreamIp sets UpstreamIp field to given value.
func (o *LogForwarderDataFormat) HasUpstreamIp() bool
HasUpstreamIp returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetDomainName() bool
GetDomainName returns the DomainName field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetDomainNameOk() (*bool, bool)
GetDomainNameOk returns a tuple with the DomainName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetDomainName(v bool)
SetDomainName sets DomainName field to given value.
func (o *LogForwarderDataFormat) HasDomainName() bool
HasDomainName returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetHttpVersion() bool
GetHttpVersion returns the HttpVersion field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetHttpVersionOk() (*bool, bool)
GetHttpVersionOk returns a tuple with the HttpVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetHttpVersion(v bool)
SetHttpVersion sets HttpVersion field to given value.
func (o *LogForwarderDataFormat) HasHttpVersion() bool
HasHttpVersion returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetRequestMethod() bool
GetRequestMethod returns the RequestMethod field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetRequestMethodOk() (*bool, bool)
GetRequestMethodOk returns a tuple with the RequestMethod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetRequestMethod(v bool)
SetRequestMethod sets RequestMethod field to given value.
func (o *LogForwarderDataFormat) HasRequestMethod() bool
HasRequestMethod returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetRequestUri() bool
GetRequestUri returns the RequestUri field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetRequestUriOk() (*bool, bool)
GetRequestUriOk returns a tuple with the RequestUri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetRequestUri(v bool)
SetRequestUri sets RequestUri field to given value.
func (o *LogForwarderDataFormat) HasRequestUri() bool
HasRequestUri returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetRealTimestamp() bool
GetRealTimestamp returns the RealTimestamp field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetRealTimestampOk() (*bool, bool)
GetRealTimestampOk returns a tuple with the RealTimestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetRealTimestamp(v bool)
SetRealTimestamp sets RealTimestamp field to given value.
func (o *LogForwarderDataFormat) HasRealTimestamp() bool
HasRealTimestamp returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetErrorMessage() bool
GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetErrorMessageOk() (*bool, bool)
GetErrorMessageOk returns a tuple with the ErrorMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetErrorMessage(v bool)
SetErrorMessage sets ErrorMessage field to given value.
func (o *LogForwarderDataFormat) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetPopSite() bool
GetPopSite returns the PopSite field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetPopSiteOk() (*bool, bool)
GetPopSiteOk returns a tuple with the PopSite field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetPopSite(v bool)
SetPopSite sets PopSite field to given value.
func (o *LogForwarderDataFormat) HasPopSite() bool
HasPopSite returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetServerIp() bool
GetServerIp returns the ServerIp field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetServerIpOk() (*bool, bool)
GetServerIpOk returns a tuple with the ServerIp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetServerIp(v bool)
SetServerIp sets ServerIp field to given value.
func (o *LogForwarderDataFormat) HasServerIp() bool
HasServerIp returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetFirewall() bool
GetFirewall returns the Firewall field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetFirewallOk() (*bool, bool)
GetFirewallOk returns a tuple with the Firewall field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetFirewall(v bool)
SetFirewall sets Firewall field to given value.
func (o *LogForwarderDataFormat) HasFirewall() bool
HasFirewall returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetProxy() bool
GetProxy returns the Proxy field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetProxyOk() (*bool, bool)
GetProxyOk returns a tuple with the Proxy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetProxy(v bool)
SetProxy sets Proxy field to given value.
func (o *LogForwarderDataFormat) HasProxy() bool
HasProxy returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetDnsResolver() bool
GetDnsResolver returns the DnsResolver field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetDnsResolverOk() (*bool, bool)
GetDnsResolverOk returns a tuple with the DnsResolver field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetDnsResolver(v bool)
SetDnsResolver sets DnsResolver field to given value.
func (o *LogForwarderDataFormat) HasDnsResolver() bool
HasDnsResolver returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetDdos() bool
GetDdos returns the Ddos field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetDdosOk() (*bool, bool)
GetDdosOk returns a tuple with the Ddos field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetDdos(v bool)
SetDdos sets Ddos field to given value.
func (o *LogForwarderDataFormat) HasDdos() bool
HasDdos returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetRatelimit() bool
GetRatelimit returns the Ratelimit field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetRatelimitOk() (*bool, bool)
GetRatelimitOk returns a tuple with the Ratelimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetRatelimit(v bool)
SetRatelimit sets Ratelimit field to given value.
func (o *LogForwarderDataFormat) HasRatelimit() bool
HasRatelimit returns a boolean if a field has been set.
func (o *LogForwarderDataFormat) GetWaf() bool
GetWaf returns the Waf field if non-nil, zero value otherwise.
func (o *LogForwarderDataFormat) GetWafOk() (*bool, bool)
GetWafOk returns a tuple with the Waf field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDataFormat) SetWaf(v bool)
SetWaf sets Waf field to given value.
func (o *LogForwarderDataFormat) HasWaf() bool
HasWaf returns a boolean if a field has been set.