Skip to content

Latest commit

 

History

History
171 lines (92 loc) · 4.74 KB

InterfaceConnectionInterfaceA.md

File metadata and controls

171 lines (92 loc) · 4.74 KB

InterfaceConnectionInterfaceA

Properties

Name Type Description Notes
Id string [readonly]
Url string [readonly]
Device DeviceParentDevice
Name string
Cable Pointer to NullableString [optional]
Display string Human friendly display value [readonly]

Methods

NewInterfaceConnectionInterfaceA

func NewInterfaceConnectionInterfaceA(id string, url string, device DeviceParentDevice, name string, display string, ) *InterfaceConnectionInterfaceA

NewInterfaceConnectionInterfaceA instantiates a new InterfaceConnectionInterfaceA 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

NewInterfaceConnectionInterfaceAWithDefaults

func NewInterfaceConnectionInterfaceAWithDefaults() *InterfaceConnectionInterfaceA

NewInterfaceConnectionInterfaceAWithDefaults instantiates a new InterfaceConnectionInterfaceA 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

GetId

func (o *InterfaceConnectionInterfaceA) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *InterfaceConnectionInterfaceA) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *InterfaceConnectionInterfaceA) SetId(v string)

SetId sets Id field to given value.

GetUrl

func (o *InterfaceConnectionInterfaceA) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *InterfaceConnectionInterfaceA) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUrl

func (o *InterfaceConnectionInterfaceA) SetUrl(v string)

SetUrl sets Url field to given value.

GetDevice

func (o *InterfaceConnectionInterfaceA) GetDevice() DeviceParentDevice

GetDevice returns the Device field if non-nil, zero value otherwise.

GetDeviceOk

func (o *InterfaceConnectionInterfaceA) GetDeviceOk() (*DeviceParentDevice, bool)

GetDeviceOk returns a tuple with the Device field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDevice

func (o *InterfaceConnectionInterfaceA) SetDevice(v DeviceParentDevice)

SetDevice sets Device field to given value.

GetName

func (o *InterfaceConnectionInterfaceA) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *InterfaceConnectionInterfaceA) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *InterfaceConnectionInterfaceA) SetName(v string)

SetName sets Name field to given value.

GetCable

func (o *InterfaceConnectionInterfaceA) GetCable() string

GetCable returns the Cable field if non-nil, zero value otherwise.

GetCableOk

func (o *InterfaceConnectionInterfaceA) GetCableOk() (*string, bool)

GetCableOk returns a tuple with the Cable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCable

func (o *InterfaceConnectionInterfaceA) SetCable(v string)

SetCable sets Cable field to given value.

HasCable

func (o *InterfaceConnectionInterfaceA) HasCable() bool

HasCable returns a boolean if a field has been set.

SetCableNil

func (o *InterfaceConnectionInterfaceA) SetCableNil(b bool)

SetCableNil sets the value for Cable to be an explicit nil

UnsetCable

func (o *InterfaceConnectionInterfaceA) UnsetCable()

UnsetCable ensures that no value is present for Cable, not even an explicit nil

GetDisplay

func (o *InterfaceConnectionInterfaceA) GetDisplay() string

GetDisplay returns the Display field if non-nil, zero value otherwise.

GetDisplayOk

func (o *InterfaceConnectionInterfaceA) GetDisplayOk() (*string, bool)

GetDisplayOk returns a tuple with the Display field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDisplay

func (o *InterfaceConnectionInterfaceA) SetDisplay(v string)

SetDisplay sets Display field to given value.

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