| Name | Type | Description | Notes |
|---|---|---|---|
| Events | Pointer to []ReportEvent | [optional] | |
| ExtraHeaders | Pointer to []string | [optional] | |
| Flags | Pointer to int64 | [optional] | |
| Password | Pointer to string | [optional] | |
| Path | Pointer to string | [optional] | |
| PostData | Pointer to string | [optional] | |
| Proxy | Pointer to string | [optional] | |
| ProxyBypass | Pointer to string | [optional] | |
| Referer | Pointer to string | [optional] | |
| ServerName | Pointer to string | [optional] | |
| ServerPort | Pointer to int64 | [optional] | |
| Service | Pointer to int64 | [optional] | |
| UserAgent | Pointer to string | [optional] | |
| Username | Pointer to string | [optional] | |
| Verb | Pointer to string | [optional] | |
| Version | Pointer to string | [optional] |
func NewHttpRequest() *HttpRequest
NewHttpRequest instantiates a new HttpRequest 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 NewHttpRequestWithDefaults() *HttpRequest
NewHttpRequestWithDefaults instantiates a new HttpRequest 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 *HttpRequest) GetEvents() []ReportEvent
GetEvents returns the Events field if non-nil, zero value otherwise.
func (o *HttpRequest) GetEventsOk() (*[]ReportEvent, bool)
GetEventsOk returns a tuple with the Events field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HttpRequest) SetEvents(v []ReportEvent)
SetEvents sets Events field to given value.
func (o *HttpRequest) HasEvents() bool
HasEvents returns a boolean if a field has been set.
func (o *HttpRequest) SetEventsNil(b bool)
SetEventsNil sets the value for Events to be an explicit nil
func (o *HttpRequest) UnsetEvents()
UnsetEvents ensures that no value is present for Events, not even an explicit nil
func (o *HttpRequest) GetExtraHeaders() []string
GetExtraHeaders returns the ExtraHeaders field if non-nil, zero value otherwise.
func (o *HttpRequest) GetExtraHeadersOk() (*[]string, bool)
GetExtraHeadersOk returns a tuple with the ExtraHeaders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HttpRequest) SetExtraHeaders(v []string)
SetExtraHeaders sets ExtraHeaders field to given value.
func (o *HttpRequest) HasExtraHeaders() bool
HasExtraHeaders returns a boolean if a field has been set.
func (o *HttpRequest) SetExtraHeadersNil(b bool)
SetExtraHeadersNil sets the value for ExtraHeaders to be an explicit nil
func (o *HttpRequest) UnsetExtraHeaders()
UnsetExtraHeaders ensures that no value is present for ExtraHeaders, not even an explicit nil
func (o *HttpRequest) GetFlags() int64
GetFlags returns the Flags field if non-nil, zero value otherwise.
func (o *HttpRequest) GetFlagsOk() (*int64, bool)
GetFlagsOk returns a tuple with the Flags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HttpRequest) SetFlags(v int64)
SetFlags sets Flags field to given value.
func (o *HttpRequest) HasFlags() bool
HasFlags returns a boolean if a field has been set.
func (o *HttpRequest) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *HttpRequest) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HttpRequest) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *HttpRequest) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *HttpRequest) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *HttpRequest) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HttpRequest) SetPath(v string)
SetPath sets Path field to given value.
func (o *HttpRequest) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *HttpRequest) GetPostData() string
GetPostData returns the PostData field if non-nil, zero value otherwise.
func (o *HttpRequest) GetPostDataOk() (*string, bool)
GetPostDataOk returns a tuple with the PostData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HttpRequest) SetPostData(v string)
SetPostData sets PostData field to given value.
func (o *HttpRequest) HasPostData() bool
HasPostData returns a boolean if a field has been set.
func (o *HttpRequest) GetProxy() string
GetProxy returns the Proxy field if non-nil, zero value otherwise.
func (o *HttpRequest) GetProxyOk() (*string, 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 *HttpRequest) SetProxy(v string)
SetProxy sets Proxy field to given value.
func (o *HttpRequest) HasProxy() bool
HasProxy returns a boolean if a field has been set.
func (o *HttpRequest) GetProxyBypass() string
GetProxyBypass returns the ProxyBypass field if non-nil, zero value otherwise.
func (o *HttpRequest) GetProxyBypassOk() (*string, bool)
GetProxyBypassOk returns a tuple with the ProxyBypass field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HttpRequest) SetProxyBypass(v string)
SetProxyBypass sets ProxyBypass field to given value.
func (o *HttpRequest) HasProxyBypass() bool
HasProxyBypass returns a boolean if a field has been set.
func (o *HttpRequest) GetReferer() string
GetReferer returns the Referer field if non-nil, zero value otherwise.
func (o *HttpRequest) GetRefererOk() (*string, 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 *HttpRequest) SetReferer(v string)
SetReferer sets Referer field to given value.
func (o *HttpRequest) HasReferer() bool
HasReferer returns a boolean if a field has been set.
func (o *HttpRequest) GetServerName() string
GetServerName returns the ServerName field if non-nil, zero value otherwise.
func (o *HttpRequest) GetServerNameOk() (*string, bool)
GetServerNameOk returns a tuple with the ServerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HttpRequest) SetServerName(v string)
SetServerName sets ServerName field to given value.
func (o *HttpRequest) HasServerName() bool
HasServerName returns a boolean if a field has been set.
func (o *HttpRequest) GetServerPort() int64
GetServerPort returns the ServerPort field if non-nil, zero value otherwise.
func (o *HttpRequest) GetServerPortOk() (*int64, 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 *HttpRequest) SetServerPort(v int64)
SetServerPort sets ServerPort field to given value.
func (o *HttpRequest) HasServerPort() bool
HasServerPort returns a boolean if a field has been set.
func (o *HttpRequest) GetService() int64
GetService returns the Service field if non-nil, zero value otherwise.
func (o *HttpRequest) GetServiceOk() (*int64, bool)
GetServiceOk returns a tuple with the Service field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HttpRequest) SetService(v int64)
SetService sets Service field to given value.
func (o *HttpRequest) HasService() bool
HasService returns a boolean if a field has been set.
func (o *HttpRequest) GetUserAgent() string
GetUserAgent returns the UserAgent field if non-nil, zero value otherwise.
func (o *HttpRequest) GetUserAgentOk() (*string, bool)
GetUserAgentOk returns a tuple with the UserAgent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HttpRequest) SetUserAgent(v string)
SetUserAgent sets UserAgent field to given value.
func (o *HttpRequest) HasUserAgent() bool
HasUserAgent returns a boolean if a field has been set.
func (o *HttpRequest) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *HttpRequest) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HttpRequest) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *HttpRequest) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *HttpRequest) GetVerb() string
GetVerb returns the Verb field if non-nil, zero value otherwise.
func (o *HttpRequest) GetVerbOk() (*string, bool)
GetVerbOk returns a tuple with the Verb field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HttpRequest) SetVerb(v string)
SetVerb sets Verb field to given value.
func (o *HttpRequest) HasVerb() bool
HasVerb returns a boolean if a field has been set.
func (o *HttpRequest) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *HttpRequest) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HttpRequest) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *HttpRequest) HasVersion() bool
HasVersion returns a boolean if a field has been set.