Name | Type | Description | Notes |
---|---|---|---|
DtlsEndpoint | Pointer to string | [optional] | |
CoapEndpoint | Pointer to string | [optional] | |
MqttEndpoint | Pointer to string | [optional] |
func NewGatewayInetConfig() *GatewayInetConfig
NewGatewayInetConfig instantiates a new GatewayInetConfig 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 NewGatewayInetConfigWithDefaults() *GatewayInetConfig
NewGatewayInetConfigWithDefaults instantiates a new GatewayInetConfig 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 *GatewayInetConfig) GetDtlsEndpoint() string
GetDtlsEndpoint returns the DtlsEndpoint field if non-nil, zero value otherwise.
func (o *GatewayInetConfig) GetDtlsEndpointOk() (*string, bool)
GetDtlsEndpointOk returns a tuple with the DtlsEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayInetConfig) SetDtlsEndpoint(v string)
SetDtlsEndpoint sets DtlsEndpoint field to given value.
func (o *GatewayInetConfig) HasDtlsEndpoint() bool
HasDtlsEndpoint returns a boolean if a field has been set.
func (o *GatewayInetConfig) GetCoapEndpoint() string
GetCoapEndpoint returns the CoapEndpoint field if non-nil, zero value otherwise.
func (o *GatewayInetConfig) GetCoapEndpointOk() (*string, bool)
GetCoapEndpointOk returns a tuple with the CoapEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayInetConfig) SetCoapEndpoint(v string)
SetCoapEndpoint sets CoapEndpoint field to given value.
func (o *GatewayInetConfig) HasCoapEndpoint() bool
HasCoapEndpoint returns a boolean if a field has been set.
func (o *GatewayInetConfig) GetMqttEndpoint() string
GetMqttEndpoint returns the MqttEndpoint field if non-nil, zero value otherwise.
func (o *GatewayInetConfig) GetMqttEndpointOk() (*string, bool)
GetMqttEndpointOk returns a tuple with the MqttEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayInetConfig) SetMqttEndpoint(v string)
SetMqttEndpoint sets MqttEndpoint field to given value.
func (o *GatewayInetConfig) HasMqttEndpoint() bool
HasMqttEndpoint returns a boolean if a field has been set.