Skip to content

Latest commit

 

History

History
368 lines (199 loc) · 10.1 KB

File metadata and controls

368 lines (199 loc) · 10.1 KB

LogForwarderErrorType

Properties

Name Type Description Notes
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]
RequestId Pointer to bool [optional]

Methods

NewLogForwarderErrorType

func NewLogForwarderErrorType() *LogForwarderErrorType

NewLogForwarderErrorType instantiates a new LogForwarderErrorType 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

NewLogForwarderErrorTypeWithDefaults

func NewLogForwarderErrorTypeWithDefaults() *LogForwarderErrorType

NewLogForwarderErrorTypeWithDefaults instantiates a new LogForwarderErrorType 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

GetClientIp

func (o *LogForwarderErrorType) GetClientIp() bool

GetClientIp returns the ClientIp field if non-nil, zero value otherwise.

GetClientIpOk

func (o *LogForwarderErrorType) 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.

SetClientIp

func (o *LogForwarderErrorType) SetClientIp(v bool)

SetClientIp sets ClientIp field to given value.

HasClientIp

func (o *LogForwarderErrorType) HasClientIp() bool

HasClientIp returns a boolean if a field has been set.

GetUpstreamProto

func (o *LogForwarderErrorType) GetUpstreamProto() bool

GetUpstreamProto returns the UpstreamProto field if non-nil, zero value otherwise.

GetUpstreamProtoOk

func (o *LogForwarderErrorType) 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.

SetUpstreamProto

func (o *LogForwarderErrorType) SetUpstreamProto(v bool)

SetUpstreamProto sets UpstreamProto field to given value.

HasUpstreamProto

func (o *LogForwarderErrorType) HasUpstreamProto() bool

HasUpstreamProto returns a boolean if a field has been set.

GetUpstreamUri

func (o *LogForwarderErrorType) GetUpstreamUri() bool

GetUpstreamUri returns the UpstreamUri field if non-nil, zero value otherwise.

GetUpstreamUriOk

func (o *LogForwarderErrorType) 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.

SetUpstreamUri

func (o *LogForwarderErrorType) SetUpstreamUri(v bool)

SetUpstreamUri sets UpstreamUri field to given value.

HasUpstreamUri

func (o *LogForwarderErrorType) HasUpstreamUri() bool

HasUpstreamUri returns a boolean if a field has been set.

GetUpstreamPort

func (o *LogForwarderErrorType) GetUpstreamPort() bool

GetUpstreamPort returns the UpstreamPort field if non-nil, zero value otherwise.

GetUpstreamPortOk

func (o *LogForwarderErrorType) 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.

SetUpstreamPort

func (o *LogForwarderErrorType) SetUpstreamPort(v bool)

SetUpstreamPort sets UpstreamPort field to given value.

HasUpstreamPort

func (o *LogForwarderErrorType) HasUpstreamPort() bool

HasUpstreamPort returns a boolean if a field has been set.

GetUpstreamIp

func (o *LogForwarderErrorType) GetUpstreamIp() bool

GetUpstreamIp returns the UpstreamIp field if non-nil, zero value otherwise.

GetUpstreamIpOk

func (o *LogForwarderErrorType) 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.

SetUpstreamIp

func (o *LogForwarderErrorType) SetUpstreamIp(v bool)

SetUpstreamIp sets UpstreamIp field to given value.

HasUpstreamIp

func (o *LogForwarderErrorType) HasUpstreamIp() bool

HasUpstreamIp returns a boolean if a field has been set.

GetDomainName

func (o *LogForwarderErrorType) GetDomainName() bool

GetDomainName returns the DomainName field if non-nil, zero value otherwise.

GetDomainNameOk

func (o *LogForwarderErrorType) 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.

SetDomainName

func (o *LogForwarderErrorType) SetDomainName(v bool)

SetDomainName sets DomainName field to given value.

HasDomainName

func (o *LogForwarderErrorType) HasDomainName() bool

HasDomainName returns a boolean if a field has been set.

GetHttpVersion

func (o *LogForwarderErrorType) GetHttpVersion() bool

GetHttpVersion returns the HttpVersion field if non-nil, zero value otherwise.

GetHttpVersionOk

func (o *LogForwarderErrorType) 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.

SetHttpVersion

func (o *LogForwarderErrorType) SetHttpVersion(v bool)

SetHttpVersion sets HttpVersion field to given value.

HasHttpVersion

func (o *LogForwarderErrorType) HasHttpVersion() bool

HasHttpVersion returns a boolean if a field has been set.

GetRequestMethod

func (o *LogForwarderErrorType) GetRequestMethod() bool

GetRequestMethod returns the RequestMethod field if non-nil, zero value otherwise.

GetRequestMethodOk

func (o *LogForwarderErrorType) 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.

SetRequestMethod

func (o *LogForwarderErrorType) SetRequestMethod(v bool)

SetRequestMethod sets RequestMethod field to given value.

HasRequestMethod

func (o *LogForwarderErrorType) HasRequestMethod() bool

HasRequestMethod returns a boolean if a field has been set.

GetRequestUri

func (o *LogForwarderErrorType) GetRequestUri() bool

GetRequestUri returns the RequestUri field if non-nil, zero value otherwise.

GetRequestUriOk

func (o *LogForwarderErrorType) 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.

SetRequestUri

func (o *LogForwarderErrorType) SetRequestUri(v bool)

SetRequestUri sets RequestUri field to given value.

HasRequestUri

func (o *LogForwarderErrorType) HasRequestUri() bool

HasRequestUri returns a boolean if a field has been set.

GetRealTimestamp

func (o *LogForwarderErrorType) GetRealTimestamp() bool

GetRealTimestamp returns the RealTimestamp field if non-nil, zero value otherwise.

GetRealTimestampOk

func (o *LogForwarderErrorType) 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.

SetRealTimestamp

func (o *LogForwarderErrorType) SetRealTimestamp(v bool)

SetRealTimestamp sets RealTimestamp field to given value.

HasRealTimestamp

func (o *LogForwarderErrorType) HasRealTimestamp() bool

HasRealTimestamp returns a boolean if a field has been set.

GetErrorMessage

func (o *LogForwarderErrorType) GetErrorMessage() bool

GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.

GetErrorMessageOk

func (o *LogForwarderErrorType) 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.

SetErrorMessage

func (o *LogForwarderErrorType) SetErrorMessage(v bool)

SetErrorMessage sets ErrorMessage field to given value.

HasErrorMessage

func (o *LogForwarderErrorType) HasErrorMessage() bool

HasErrorMessage returns a boolean if a field has been set.

GetPopSite

func (o *LogForwarderErrorType) GetPopSite() bool

GetPopSite returns the PopSite field if non-nil, zero value otherwise.

GetPopSiteOk

func (o *LogForwarderErrorType) 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.

SetPopSite

func (o *LogForwarderErrorType) SetPopSite(v bool)

SetPopSite sets PopSite field to given value.

HasPopSite

func (o *LogForwarderErrorType) HasPopSite() bool

HasPopSite returns a boolean if a field has been set.

GetRequestId

func (o *LogForwarderErrorType) GetRequestId() bool

GetRequestId returns the RequestId field if non-nil, zero value otherwise.

GetRequestIdOk

func (o *LogForwarderErrorType) 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.

SetRequestId

func (o *LogForwarderErrorType) SetRequestId(v bool)

SetRequestId sets RequestId field to given value.

HasRequestId

func (o *LogForwarderErrorType) HasRequestId() bool

HasRequestId returns a boolean if a field has been set.

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