| Name | Type | Description | Notes |
|---|---|---|---|
| Aws | Pointer to AwsRoute | [optional] | |
| Azure | Pointer to AzureRoute | [optional] | |
| Blynk | Pointer to BlynkRoute | [optional] | |
| Datacake | Pointer to DatacakeRoute | [optional] | |
| Disabled | Pointer to bool | [optional] [default to false] | |
| Pointer to GoogleRoute | [optional] | ||
| Http | Pointer to HttpRoute | [optional] | |
| Label | Pointer to string | [optional] | |
| Modified | Pointer to time.Time | [optional] [readonly] | |
| Mqtt | Pointer to MqttRoute | [optional] | |
| Proxy | Pointer to ProxyRoute | [optional] | |
| Qubitro | Pointer to QubitroRoute | [optional] | |
| Radnote | Pointer to RadRoute | [optional] | |
| S3archive | Pointer to S3ArchiveRoute | [optional] | |
| Slack | Pointer to SlackRoute | [optional] | |
| Snowflake | Pointer to SnowflakeRoute | [optional] | |
| SnowpipeStreaming | Pointer to SnowpipeStreamingRoute | [optional] | |
| Thingworx | Pointer to ThingworxRoute | [optional] | |
| Twilio | Pointer to TwilioRoute | [optional] | |
| Type | Pointer to string | Mirrors hublib.RouteType. | [optional] |
| Uid | Pointer to string | [optional] [readonly] |
func NewNotehubRoute() *NotehubRoute
NewNotehubRoute instantiates a new NotehubRoute 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 NewNotehubRouteWithDefaults() *NotehubRoute
NewNotehubRouteWithDefaults instantiates a new NotehubRoute 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 *NotehubRoute) GetAws() AwsRoute
GetAws returns the Aws field if non-nil, zero value otherwise.
func (o *NotehubRoute) GetAwsOk() (*AwsRoute, bool)
GetAwsOk returns a tuple with the Aws field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotehubRoute) SetAws(v AwsRoute)
SetAws sets Aws field to given value.
func (o *NotehubRoute) HasAws() bool
HasAws returns a boolean if a field has been set.
func (o *NotehubRoute) GetAzure() AzureRoute
GetAzure returns the Azure field if non-nil, zero value otherwise.
func (o *NotehubRoute) GetAzureOk() (*AzureRoute, bool)
GetAzureOk returns a tuple with the Azure field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotehubRoute) SetAzure(v AzureRoute)
SetAzure sets Azure field to given value.
func (o *NotehubRoute) HasAzure() bool
HasAzure returns a boolean if a field has been set.
func (o *NotehubRoute) GetBlynk() BlynkRoute
GetBlynk returns the Blynk field if non-nil, zero value otherwise.
func (o *NotehubRoute) GetBlynkOk() (*BlynkRoute, bool)
GetBlynkOk returns a tuple with the Blynk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotehubRoute) SetBlynk(v BlynkRoute)
SetBlynk sets Blynk field to given value.
func (o *NotehubRoute) HasBlynk() bool
HasBlynk returns a boolean if a field has been set.
func (o *NotehubRoute) GetDatacake() DatacakeRoute
GetDatacake returns the Datacake field if non-nil, zero value otherwise.
func (o *NotehubRoute) GetDatacakeOk() (*DatacakeRoute, bool)
GetDatacakeOk returns a tuple with the Datacake field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotehubRoute) SetDatacake(v DatacakeRoute)
SetDatacake sets Datacake field to given value.
func (o *NotehubRoute) HasDatacake() bool
HasDatacake returns a boolean if a field has been set.
func (o *NotehubRoute) GetDisabled() bool
GetDisabled returns the Disabled field if non-nil, zero value otherwise.
func (o *NotehubRoute) GetDisabledOk() (*bool, bool)
GetDisabledOk returns a tuple with the Disabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotehubRoute) SetDisabled(v bool)
SetDisabled sets Disabled field to given value.
func (o *NotehubRoute) HasDisabled() bool
HasDisabled returns a boolean if a field has been set.
func (o *NotehubRoute) GetGoogle() GoogleRoute
GetGoogle returns the Google field if non-nil, zero value otherwise.
func (o *NotehubRoute) GetGoogleOk() (*GoogleRoute, bool)
GetGoogleOk returns a tuple with the Google field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotehubRoute) SetGoogle(v GoogleRoute)
SetGoogle sets Google field to given value.
func (o *NotehubRoute) HasGoogle() bool
HasGoogle returns a boolean if a field has been set.
func (o *NotehubRoute) GetHttp() HttpRoute
GetHttp returns the Http field if non-nil, zero value otherwise.
func (o *NotehubRoute) GetHttpOk() (*HttpRoute, bool)
GetHttpOk returns a tuple with the Http field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotehubRoute) SetHttp(v HttpRoute)
SetHttp sets Http field to given value.
func (o *NotehubRoute) HasHttp() bool
HasHttp returns a boolean if a field has been set.
func (o *NotehubRoute) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *NotehubRoute) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotehubRoute) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *NotehubRoute) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *NotehubRoute) GetModified() time.Time
GetModified returns the Modified field if non-nil, zero value otherwise.
func (o *NotehubRoute) GetModifiedOk() (*time.Time, bool)
GetModifiedOk returns a tuple with the Modified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotehubRoute) SetModified(v time.Time)
SetModified sets Modified field to given value.
func (o *NotehubRoute) HasModified() bool
HasModified returns a boolean if a field has been set.
func (o *NotehubRoute) GetMqtt() MqttRoute
GetMqtt returns the Mqtt field if non-nil, zero value otherwise.
func (o *NotehubRoute) GetMqttOk() (*MqttRoute, bool)
GetMqttOk returns a tuple with the Mqtt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotehubRoute) SetMqtt(v MqttRoute)
SetMqtt sets Mqtt field to given value.
func (o *NotehubRoute) HasMqtt() bool
HasMqtt returns a boolean if a field has been set.
func (o *NotehubRoute) GetProxy() ProxyRoute
GetProxy returns the Proxy field if non-nil, zero value otherwise.
func (o *NotehubRoute) GetProxyOk() (*ProxyRoute, 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 *NotehubRoute) SetProxy(v ProxyRoute)
SetProxy sets Proxy field to given value.
func (o *NotehubRoute) HasProxy() bool
HasProxy returns a boolean if a field has been set.
func (o *NotehubRoute) GetQubitro() QubitroRoute
GetQubitro returns the Qubitro field if non-nil, zero value otherwise.
func (o *NotehubRoute) GetQubitroOk() (*QubitroRoute, bool)
GetQubitroOk returns a tuple with the Qubitro field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotehubRoute) SetQubitro(v QubitroRoute)
SetQubitro sets Qubitro field to given value.
func (o *NotehubRoute) HasQubitro() bool
HasQubitro returns a boolean if a field has been set.
func (o *NotehubRoute) GetRadnote() RadRoute
GetRadnote returns the Radnote field if non-nil, zero value otherwise.
func (o *NotehubRoute) GetRadnoteOk() (*RadRoute, bool)
GetRadnoteOk returns a tuple with the Radnote field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotehubRoute) SetRadnote(v RadRoute)
SetRadnote sets Radnote field to given value.
func (o *NotehubRoute) HasRadnote() bool
HasRadnote returns a boolean if a field has been set.
func (o *NotehubRoute) GetS3archive() S3ArchiveRoute
GetS3archive returns the S3archive field if non-nil, zero value otherwise.
func (o *NotehubRoute) GetS3archiveOk() (*S3ArchiveRoute, bool)
GetS3archiveOk returns a tuple with the S3archive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotehubRoute) SetS3archive(v S3ArchiveRoute)
SetS3archive sets S3archive field to given value.
func (o *NotehubRoute) HasS3archive() bool
HasS3archive returns a boolean if a field has been set.
func (o *NotehubRoute) GetSlack() SlackRoute
GetSlack returns the Slack field if non-nil, zero value otherwise.
func (o *NotehubRoute) GetSlackOk() (*SlackRoute, bool)
GetSlackOk returns a tuple with the Slack field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotehubRoute) SetSlack(v SlackRoute)
SetSlack sets Slack field to given value.
func (o *NotehubRoute) HasSlack() bool
HasSlack returns a boolean if a field has been set.
func (o *NotehubRoute) GetSnowflake() SnowflakeRoute
GetSnowflake returns the Snowflake field if non-nil, zero value otherwise.
func (o *NotehubRoute) GetSnowflakeOk() (*SnowflakeRoute, bool)
GetSnowflakeOk returns a tuple with the Snowflake field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotehubRoute) SetSnowflake(v SnowflakeRoute)
SetSnowflake sets Snowflake field to given value.
func (o *NotehubRoute) HasSnowflake() bool
HasSnowflake returns a boolean if a field has been set.
func (o *NotehubRoute) GetSnowpipeStreaming() SnowpipeStreamingRoute
GetSnowpipeStreaming returns the SnowpipeStreaming field if non-nil, zero value otherwise.
func (o *NotehubRoute) GetSnowpipeStreamingOk() (*SnowpipeStreamingRoute, bool)
GetSnowpipeStreamingOk returns a tuple with the SnowpipeStreaming field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotehubRoute) SetSnowpipeStreaming(v SnowpipeStreamingRoute)
SetSnowpipeStreaming sets SnowpipeStreaming field to given value.
func (o *NotehubRoute) HasSnowpipeStreaming() bool
HasSnowpipeStreaming returns a boolean if a field has been set.
func (o *NotehubRoute) GetThingworx() ThingworxRoute
GetThingworx returns the Thingworx field if non-nil, zero value otherwise.
func (o *NotehubRoute) GetThingworxOk() (*ThingworxRoute, bool)
GetThingworxOk returns a tuple with the Thingworx field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotehubRoute) SetThingworx(v ThingworxRoute)
SetThingworx sets Thingworx field to given value.
func (o *NotehubRoute) HasThingworx() bool
HasThingworx returns a boolean if a field has been set.
func (o *NotehubRoute) GetTwilio() TwilioRoute
GetTwilio returns the Twilio field if non-nil, zero value otherwise.
func (o *NotehubRoute) GetTwilioOk() (*TwilioRoute, bool)
GetTwilioOk returns a tuple with the Twilio field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotehubRoute) SetTwilio(v TwilioRoute)
SetTwilio sets Twilio field to given value.
func (o *NotehubRoute) HasTwilio() bool
HasTwilio returns a boolean if a field has been set.
func (o *NotehubRoute) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *NotehubRoute) GetTypeOk() (*string, 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 *NotehubRoute) SetType(v string)
SetType sets Type field to given value.
func (o *NotehubRoute) HasType() bool
HasType returns a boolean if a field has been set.
func (o *NotehubRoute) GetUid() string
GetUid returns the Uid field if non-nil, zero value otherwise.
func (o *NotehubRoute) GetUidOk() (*string, bool)
GetUidOk returns a tuple with the Uid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotehubRoute) SetUid(v string)
SetUid sets Uid field to given value.
func (o *NotehubRoute) HasUid() bool
HasUid returns a boolean if a field has been set.