Skip to content

ChangeP2pRole

Properties

Name Type Description Notes
ClientMac string Client ap's mac address
MainMac string Main ap's mac address

Methods

NewChangeP2pRole

func NewChangeP2pRole(clientMac string, mainMac string, ) *ChangeP2pRole

NewChangeP2pRole instantiates a new ChangeP2pRole 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

NewChangeP2pRoleWithDefaults

func NewChangeP2pRoleWithDefaults() *ChangeP2pRole

NewChangeP2pRoleWithDefaults instantiates a new ChangeP2pRole 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

GetClientMac

func (o *ChangeP2pRole) GetClientMac() string

GetClientMac returns the ClientMac field if non-nil, zero value otherwise.

GetClientMacOk

func (o *ChangeP2pRole) GetClientMacOk() (*string, bool)

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

SetClientMac

func (o *ChangeP2pRole) SetClientMac(v string)

SetClientMac sets ClientMac field to given value.

GetMainMac

func (o *ChangeP2pRole) GetMainMac() string

GetMainMac returns the MainMac field if non-nil, zero value otherwise.

GetMainMacOk

func (o *ChangeP2pRole) GetMainMacOk() (*string, bool)

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

SetMainMac

func (o *ChangeP2pRole) SetMainMac(v string)

SetMainMac sets MainMac field to given value.

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