| Name | Type | Description | Notes |
|---|---|---|---|
| AnalysisId | int32 | ID of created analysis | |
| BinaryId | int32 | ID of created binary |
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
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
func (o *AnalysisCreateResponse) GetAnalysisId() int32
GetAnalysisId returns the AnalysisId field if non-nil, zero value otherwise.
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.
func (o *AnalysisCreateResponse) SetAnalysisId(v int32)
SetAnalysisId sets AnalysisId field to given value.
func (o *AnalysisCreateResponse) GetBinaryId() int32
GetBinaryId returns the BinaryId field if non-nil, zero value otherwise.
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.
func (o *AnalysisCreateResponse) SetBinaryId(v int32)
SetBinaryId sets BinaryId field to given value.