| Name | Type | Description | Notes |
|---|---|---|---|
| Connections | Pointer to []Connection | [optional] | |
| DnsQueries | Pointer to []DnsQuery | [optional] | |
| ExtractedUrls | Pointer to []ExtractedURL | [optional] | |
| HttpRequests | Pointer to []HttpRequest | [optional] |
func NewNetworkActivity() *NetworkActivity
NewNetworkActivity instantiates a new NetworkActivity 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 NewNetworkActivityWithDefaults() *NetworkActivity
NewNetworkActivityWithDefaults instantiates a new NetworkActivity 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 *NetworkActivity) GetConnections() []Connection
GetConnections returns the Connections field if non-nil, zero value otherwise.
func (o *NetworkActivity) GetConnectionsOk() (*[]Connection, bool)
GetConnectionsOk returns a tuple with the Connections field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkActivity) SetConnections(v []Connection)
SetConnections sets Connections field to given value.
func (o *NetworkActivity) HasConnections() bool
HasConnections returns a boolean if a field has been set.
func (o *NetworkActivity) SetConnectionsNil(b bool)
SetConnectionsNil sets the value for Connections to be an explicit nil
func (o *NetworkActivity) UnsetConnections()
UnsetConnections ensures that no value is present for Connections, not even an explicit nil
func (o *NetworkActivity) GetDnsQueries() []DnsQuery
GetDnsQueries returns the DnsQueries field if non-nil, zero value otherwise.
func (o *NetworkActivity) GetDnsQueriesOk() (*[]DnsQuery, bool)
GetDnsQueriesOk returns a tuple with the DnsQueries field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkActivity) SetDnsQueries(v []DnsQuery)
SetDnsQueries sets DnsQueries field to given value.
func (o *NetworkActivity) HasDnsQueries() bool
HasDnsQueries returns a boolean if a field has been set.
func (o *NetworkActivity) SetDnsQueriesNil(b bool)
SetDnsQueriesNil sets the value for DnsQueries to be an explicit nil
func (o *NetworkActivity) UnsetDnsQueries()
UnsetDnsQueries ensures that no value is present for DnsQueries, not even an explicit nil
func (o *NetworkActivity) GetExtractedUrls() []ExtractedURL
GetExtractedUrls returns the ExtractedUrls field if non-nil, zero value otherwise.
func (o *NetworkActivity) GetExtractedUrlsOk() (*[]ExtractedURL, bool)
GetExtractedUrlsOk returns a tuple with the ExtractedUrls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkActivity) SetExtractedUrls(v []ExtractedURL)
SetExtractedUrls sets ExtractedUrls field to given value.
func (o *NetworkActivity) HasExtractedUrls() bool
HasExtractedUrls returns a boolean if a field has been set.
func (o *NetworkActivity) SetExtractedUrlsNil(b bool)
SetExtractedUrlsNil sets the value for ExtractedUrls to be an explicit nil
func (o *NetworkActivity) UnsetExtractedUrls()
UnsetExtractedUrls ensures that no value is present for ExtractedUrls, not even an explicit nil
func (o *NetworkActivity) GetHttpRequests() []HttpRequest
GetHttpRequests returns the HttpRequests field if non-nil, zero value otherwise.
func (o *NetworkActivity) GetHttpRequestsOk() (*[]HttpRequest, bool)
GetHttpRequestsOk returns a tuple with the HttpRequests field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkActivity) SetHttpRequests(v []HttpRequest)
SetHttpRequests sets HttpRequests field to given value.
func (o *NetworkActivity) HasHttpRequests() bool
HasHttpRequests returns a boolean if a field has been set.
func (o *NetworkActivity) SetHttpRequestsNil(b bool)
SetHttpRequestsNil sets the value for HttpRequests to be an explicit nil
func (o *NetworkActivity) UnsetHttpRequests()
UnsetHttpRequests ensures that no value is present for HttpRequests, not even an explicit nil