OperationResponseGridVOOspfInterfaceOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ErrorCode | Pointer to int32 | [optional] | |
| Msg | Pointer to string | [optional] | |
| Result | Pointer to GridVOOspfInterfaceOpenApiVO | [optional] |
Methods
NewOperationResponseGridVOOspfInterfaceOpenApiVO
func NewOperationResponseGridVOOspfInterfaceOpenApiVO() *OperationResponseGridVOOspfInterfaceOpenApiVO
NewOperationResponseGridVOOspfInterfaceOpenApiVO instantiates a new OperationResponseGridVOOspfInterfaceOpenApiVO 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
NewOperationResponseGridVOOspfInterfaceOpenApiVOWithDefaults
func NewOperationResponseGridVOOspfInterfaceOpenApiVOWithDefaults() *OperationResponseGridVOOspfInterfaceOpenApiVO
NewOperationResponseGridVOOspfInterfaceOpenApiVOWithDefaults instantiates a new OperationResponseGridVOOspfInterfaceOpenApiVO 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
GetErrorCode
func (o *OperationResponseGridVOOspfInterfaceOpenApiVO) GetErrorCode() int32
GetErrorCode returns the ErrorCode field if non-nil, zero value otherwise.
GetErrorCodeOk
func (o *OperationResponseGridVOOspfInterfaceOpenApiVO) GetErrorCodeOk() (*int32, bool)
GetErrorCodeOk returns a tuple with the ErrorCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetErrorCode
func (o *OperationResponseGridVOOspfInterfaceOpenApiVO) SetErrorCode(v int32)
SetErrorCode sets ErrorCode field to given value.
HasErrorCode
func (o *OperationResponseGridVOOspfInterfaceOpenApiVO) HasErrorCode() bool
HasErrorCode returns a boolean if a field has been set.
GetMsg
func (o *OperationResponseGridVOOspfInterfaceOpenApiVO) GetMsg() string
GetMsg returns the Msg field if non-nil, zero value otherwise.
GetMsgOk
func (o *OperationResponseGridVOOspfInterfaceOpenApiVO) GetMsgOk() (*string, bool)
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMsg
func (o *OperationResponseGridVOOspfInterfaceOpenApiVO) SetMsg(v string)
SetMsg sets Msg field to given value.
HasMsg
func (o *OperationResponseGridVOOspfInterfaceOpenApiVO) HasMsg() bool
HasMsg returns a boolean if a field has been set.
GetResult
func (o *OperationResponseGridVOOspfInterfaceOpenApiVO) GetResult() GridVOOspfInterfaceOpenApiVO
GetResult returns the Result field if non-nil, zero value otherwise.
GetResultOk
func (o *OperationResponseGridVOOspfInterfaceOpenApiVO) GetResultOk() (*GridVOOspfInterfaceOpenApiVO, bool)
GetResultOk returns a tuple with the Result field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetResult
func (o *OperationResponseGridVOOspfInterfaceOpenApiVO) SetResult(v GridVOOspfInterfaceOpenApiVO)
SetResult sets Result field to given value.
HasResult
func (o *OperationResponseGridVOOspfInterfaceOpenApiVO) HasResult() bool
HasResult returns a boolean if a field has been set.