Name | Type | Description | Notes |
---|---|---|---|
ApplicationId | Pointer to string | [optional] | |
DownloadUrl | Pointer to string | [optional] | |
ErrorMessage | Pointer to string | [optional] | |
IsError | Pointer to bool | [optional] | |
Version | Pointer to string | [optional] |
func NewApiSbomStatusDTO() *ApiSbomStatusDTO
NewApiSbomStatusDTO instantiates a new ApiSbomStatusDTO 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 NewApiSbomStatusDTOWithDefaults() *ApiSbomStatusDTO
NewApiSbomStatusDTOWithDefaults instantiates a new ApiSbomStatusDTO 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 *ApiSbomStatusDTO) GetApplicationId() string
GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.
func (o *ApiSbomStatusDTO) GetApplicationIdOk() (*string, bool)
GetApplicationIdOk returns a tuple with the ApplicationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSbomStatusDTO) SetApplicationId(v string)
SetApplicationId sets ApplicationId field to given value.
func (o *ApiSbomStatusDTO) HasApplicationId() bool
HasApplicationId returns a boolean if a field has been set.
func (o *ApiSbomStatusDTO) GetDownloadUrl() string
GetDownloadUrl returns the DownloadUrl field if non-nil, zero value otherwise.
func (o *ApiSbomStatusDTO) GetDownloadUrlOk() (*string, bool)
GetDownloadUrlOk returns a tuple with the DownloadUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSbomStatusDTO) SetDownloadUrl(v string)
SetDownloadUrl sets DownloadUrl field to given value.
func (o *ApiSbomStatusDTO) HasDownloadUrl() bool
HasDownloadUrl returns a boolean if a field has been set.
func (o *ApiSbomStatusDTO) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.
func (o *ApiSbomStatusDTO) GetErrorMessageOk() (*string, bool)
GetErrorMessageOk returns a tuple with the ErrorMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSbomStatusDTO) SetErrorMessage(v string)
SetErrorMessage sets ErrorMessage field to given value.
func (o *ApiSbomStatusDTO) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (o *ApiSbomStatusDTO) GetIsError() bool
GetIsError returns the IsError field if non-nil, zero value otherwise.
func (o *ApiSbomStatusDTO) GetIsErrorOk() (*bool, bool)
GetIsErrorOk returns a tuple with the IsError field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSbomStatusDTO) SetIsError(v bool)
SetIsError sets IsError field to given value.
func (o *ApiSbomStatusDTO) HasIsError() bool
HasIsError returns a boolean if a field has been set.
func (o *ApiSbomStatusDTO) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *ApiSbomStatusDTO) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSbomStatusDTO) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *ApiSbomStatusDTO) HasVersion() bool
HasVersion returns a boolean if a field has been set.