// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

package components

type Ibmnje struct {
	Ohost  *string `json:"ohost,omitempty"`
	Oip    *string `json:"oip,omitempty"`
	Reason *int    `json:"reason,omitempty"`
	Rhost  *string `json:"rhost,omitempty"`
	Rip    *string `json:"rip,omitempty"`
	Type   *string `json:"type,omitempty"`
}

func (o *Ibmnje) GetOhost() *string {
	if o == nil {
		return nil
	}
	return o.Ohost
}

func (o *Ibmnje) GetOip() *string {
	if o == nil {
		return nil
	}
	return o.Oip
}

func (o *Ibmnje) GetReason() *int {
	if o == nil {
		return nil
	}
	return o.Reason
}

func (o *Ibmnje) GetRhost() *string {
	if o == nil {
		return nil
	}
	return o.Rhost
}

func (o *Ibmnje) GetRip() *string {
	if o == nil {
		return nil
	}
	return o.Rip
}

func (o *Ibmnje) GetType() *string {
	if o == nil {
		return nil
	}
	return o.Type
}
