Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.16 KB

File metadata and controls

72 lines (39 loc) · 2.16 KB

AnalysisCreateResponse

Properties

Name Type Description Notes
AnalysisId int32 ID of created analysis
BinaryId int32 ID of created binary

Methods

NewAnalysisCreateResponse

func NewAnalysisCreateResponse(analysisId int32, binaryId int32, ) *AnalysisCreateResponse

NewAnalysisCreateResponse instantiates a new AnalysisCreateResponse 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

NewAnalysisCreateResponseWithDefaults

func NewAnalysisCreateResponseWithDefaults() *AnalysisCreateResponse

NewAnalysisCreateResponseWithDefaults instantiates a new AnalysisCreateResponse 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

GetAnalysisId

func (o *AnalysisCreateResponse) GetAnalysisId() int32

GetAnalysisId returns the AnalysisId field if non-nil, zero value otherwise.

GetAnalysisIdOk

func (o *AnalysisCreateResponse) GetAnalysisIdOk() (*int32, bool)

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

SetAnalysisId

func (o *AnalysisCreateResponse) SetAnalysisId(v int32)

SetAnalysisId sets AnalysisId field to given value.

GetBinaryId

func (o *AnalysisCreateResponse) GetBinaryId() int32

GetBinaryId returns the BinaryId field if non-nil, zero value otherwise.

GetBinaryIdOk

func (o *AnalysisCreateResponse) GetBinaryIdOk() (*int32, bool)

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

SetBinaryId

func (o *AnalysisCreateResponse) SetBinaryId(v int32)

SetBinaryId sets BinaryId field to given value.

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