Name | Type | Description | Notes |
---|---|---|---|
Apn | Pointer to string | [optional] | |
UdpEndpoint | Pointer to string | [optional] | |
CoapEndpoint | Pointer to string | [optional] |
func NewGatewayCIoTConfig() *GatewayCIoTConfig
NewGatewayCIoTConfig instantiates a new GatewayCIoTConfig 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 NewGatewayCIoTConfigWithDefaults() *GatewayCIoTConfig
NewGatewayCIoTConfigWithDefaults instantiates a new GatewayCIoTConfig 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 *GatewayCIoTConfig) GetApn() string
GetApn returns the Apn field if non-nil, zero value otherwise.
func (o *GatewayCIoTConfig) GetApnOk() (*string, bool)
GetApnOk returns a tuple with the Apn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCIoTConfig) SetApn(v string)
SetApn sets Apn field to given value.
func (o *GatewayCIoTConfig) HasApn() bool
HasApn returns a boolean if a field has been set.
func (o *GatewayCIoTConfig) GetUdpEndpoint() string
GetUdpEndpoint returns the UdpEndpoint field if non-nil, zero value otherwise.
func (o *GatewayCIoTConfig) GetUdpEndpointOk() (*string, bool)
GetUdpEndpointOk returns a tuple with the UdpEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCIoTConfig) SetUdpEndpoint(v string)
SetUdpEndpoint sets UdpEndpoint field to given value.
func (o *GatewayCIoTConfig) HasUdpEndpoint() bool
HasUdpEndpoint returns a boolean if a field has been set.
func (o *GatewayCIoTConfig) GetCoapEndpoint() string
GetCoapEndpoint returns the CoapEndpoint field if non-nil, zero value otherwise.
func (o *GatewayCIoTConfig) 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 *GatewayCIoTConfig) SetCoapEndpoint(v string)
SetCoapEndpoint sets CoapEndpoint field to given value.
func (o *GatewayCIoTConfig) HasCoapEndpoint() bool
HasCoapEndpoint returns a boolean if a field has been set.