Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.33 KB

ApiSbomStatusDTO.md

File metadata and controls

160 lines (87 loc) · 4.33 KB

ApiSbomStatusDTO

Properties

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]

Methods

NewApiSbomStatusDTO

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

NewApiSbomStatusDTOWithDefaults

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

GetApplicationId

func (o *ApiSbomStatusDTO) GetApplicationId() string

GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.

GetApplicationIdOk

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.

SetApplicationId

func (o *ApiSbomStatusDTO) SetApplicationId(v string)

SetApplicationId sets ApplicationId field to given value.

HasApplicationId

func (o *ApiSbomStatusDTO) HasApplicationId() bool

HasApplicationId returns a boolean if a field has been set.

GetDownloadUrl

func (o *ApiSbomStatusDTO) GetDownloadUrl() string

GetDownloadUrl returns the DownloadUrl field if non-nil, zero value otherwise.

GetDownloadUrlOk

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.

SetDownloadUrl

func (o *ApiSbomStatusDTO) SetDownloadUrl(v string)

SetDownloadUrl sets DownloadUrl field to given value.

HasDownloadUrl

func (o *ApiSbomStatusDTO) HasDownloadUrl() bool

HasDownloadUrl returns a boolean if a field has been set.

GetErrorMessage

func (o *ApiSbomStatusDTO) GetErrorMessage() string

GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.

GetErrorMessageOk

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.

SetErrorMessage

func (o *ApiSbomStatusDTO) SetErrorMessage(v string)

SetErrorMessage sets ErrorMessage field to given value.

HasErrorMessage

func (o *ApiSbomStatusDTO) HasErrorMessage() bool

HasErrorMessage returns a boolean if a field has been set.

GetIsError

func (o *ApiSbomStatusDTO) GetIsError() bool

GetIsError returns the IsError field if non-nil, zero value otherwise.

GetIsErrorOk

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.

SetIsError

func (o *ApiSbomStatusDTO) SetIsError(v bool)

SetIsError sets IsError field to given value.

HasIsError

func (o *ApiSbomStatusDTO) HasIsError() bool

HasIsError returns a boolean if a field has been set.

GetVersion

func (o *ApiSbomStatusDTO) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

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.

SetVersion

func (o *ApiSbomStatusDTO) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *ApiSbomStatusDTO) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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