Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.95 KB

GatewayCIoTConfig.md

File metadata and controls

108 lines (59 loc) · 2.95 KB

GatewayCIoTConfig

Properties

Name Type Description Notes
Apn Pointer to string [optional]
UdpEndpoint Pointer to string [optional]
CoapEndpoint Pointer to string [optional]

Methods

NewGatewayCIoTConfig

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

NewGatewayCIoTConfigWithDefaults

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

GetApn

func (o *GatewayCIoTConfig) GetApn() string

GetApn returns the Apn field if non-nil, zero value otherwise.

GetApnOk

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.

SetApn

func (o *GatewayCIoTConfig) SetApn(v string)

SetApn sets Apn field to given value.

HasApn

func (o *GatewayCIoTConfig) HasApn() bool

HasApn returns a boolean if a field has been set.

GetUdpEndpoint

func (o *GatewayCIoTConfig) GetUdpEndpoint() string

GetUdpEndpoint returns the UdpEndpoint field if non-nil, zero value otherwise.

GetUdpEndpointOk

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.

SetUdpEndpoint

func (o *GatewayCIoTConfig) SetUdpEndpoint(v string)

SetUdpEndpoint sets UdpEndpoint field to given value.

HasUdpEndpoint

func (o *GatewayCIoTConfig) HasUdpEndpoint() bool

HasUdpEndpoint returns a boolean if a field has been set.

GetCoapEndpoint

func (o *GatewayCIoTConfig) GetCoapEndpoint() string

GetCoapEndpoint returns the CoapEndpoint field if non-nil, zero value otherwise.

GetCoapEndpointOk

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.

SetCoapEndpoint

func (o *GatewayCIoTConfig) SetCoapEndpoint(v string)

SetCoapEndpoint sets CoapEndpoint field to given value.

HasCoapEndpoint

func (o *GatewayCIoTConfig) HasCoapEndpoint() bool

HasCoapEndpoint returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]