Skip to content

ModifyOspfInterfaceRequest

Properties

Name Type Description Notes
OspfInterfaceConfigOpenApiVO Pointer to OspfInterfaceConfigOpenApiVO [optional]
UserInfoBriefDTO Pointer to UserInfoBriefDTO [optional]

Methods

NewModifyOspfInterfaceRequest

func NewModifyOspfInterfaceRequest() *ModifyOspfInterfaceRequest

NewModifyOspfInterfaceRequest instantiates a new ModifyOspfInterfaceRequest 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

NewModifyOspfInterfaceRequestWithDefaults

func NewModifyOspfInterfaceRequestWithDefaults() *ModifyOspfInterfaceRequest

NewModifyOspfInterfaceRequestWithDefaults instantiates a new ModifyOspfInterfaceRequest 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

GetOspfInterfaceConfigOpenApiVO

func (o *ModifyOspfInterfaceRequest) GetOspfInterfaceConfigOpenApiVO() OspfInterfaceConfigOpenApiVO

GetOspfInterfaceConfigOpenApiVO returns the OspfInterfaceConfigOpenApiVO field if non-nil, zero value otherwise.

GetOspfInterfaceConfigOpenApiVOOk

func (o *ModifyOspfInterfaceRequest) GetOspfInterfaceConfigOpenApiVOOk() (*OspfInterfaceConfigOpenApiVO, bool)

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

SetOspfInterfaceConfigOpenApiVO

func (o *ModifyOspfInterfaceRequest) SetOspfInterfaceConfigOpenApiVO(v OspfInterfaceConfigOpenApiVO)

SetOspfInterfaceConfigOpenApiVO sets OspfInterfaceConfigOpenApiVO field to given value.

HasOspfInterfaceConfigOpenApiVO

func (o *ModifyOspfInterfaceRequest) HasOspfInterfaceConfigOpenApiVO() bool

HasOspfInterfaceConfigOpenApiVO returns a boolean if a field has been set.

GetUserInfoBriefDTO

func (o *ModifyOspfInterfaceRequest) GetUserInfoBriefDTO() UserInfoBriefDTO

GetUserInfoBriefDTO returns the UserInfoBriefDTO field if non-nil, zero value otherwise.

GetUserInfoBriefDTOOk

func (o *ModifyOspfInterfaceRequest) GetUserInfoBriefDTOOk() (*UserInfoBriefDTO, bool)

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

SetUserInfoBriefDTO

func (o *ModifyOspfInterfaceRequest) SetUserInfoBriefDTO(v UserInfoBriefDTO)

SetUserInfoBriefDTO sets UserInfoBriefDTO field to given value.

HasUserInfoBriefDTO

func (o *ModifyOspfInterfaceRequest) HasUserInfoBriefDTO() bool

HasUserInfoBriefDTO returns a boolean if a field has been set.

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