Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.03 KB

File metadata and controls

114 lines (61 loc) · 3.03 KB

ProblemNotFound

Properties

Name Type Description Notes
Type string
Message string
ProblemId int64
RequestTimeMs int32

Methods

NewProblemNotFound

func NewProblemNotFound(type_ string, message string, problemId int64, requestTimeMs int32, ) *ProblemNotFound

NewProblemNotFound instantiates a new ProblemNotFound 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

NewProblemNotFoundWithDefaults

func NewProblemNotFoundWithDefaults() *ProblemNotFound

NewProblemNotFoundWithDefaults instantiates a new ProblemNotFound 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

GetType

func (o *ProblemNotFound) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ProblemNotFound) GetTypeOk() (*string, bool)

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

SetType

func (o *ProblemNotFound) SetType(v string)

SetType sets Type field to given value.

GetMessage

func (o *ProblemNotFound) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *ProblemNotFound) GetMessageOk() (*string, bool)

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

SetMessage

func (o *ProblemNotFound) SetMessage(v string)

SetMessage sets Message field to given value.

GetProblemId

func (o *ProblemNotFound) GetProblemId() int64

GetProblemId returns the ProblemId field if non-nil, zero value otherwise.

GetProblemIdOk

func (o *ProblemNotFound) GetProblemIdOk() (*int64, bool)

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

SetProblemId

func (o *ProblemNotFound) SetProblemId(v int64)

SetProblemId sets ProblemId field to given value.

GetRequestTimeMs

func (o *ProblemNotFound) GetRequestTimeMs() int32

GetRequestTimeMs returns the RequestTimeMs field if non-nil, zero value otherwise.

GetRequestTimeMsOk

func (o *ProblemNotFound) GetRequestTimeMsOk() (*int32, bool)

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

SetRequestTimeMs

func (o *ProblemNotFound) SetRequestTimeMs(v int32)

SetRequestTimeMs sets RequestTimeMs field to given value.

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