Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | The id of this lineage query. | [optional] |
Uri | Pointer to string | The URI for this lineage query for later retrieval and deletion. | [optional] |
SubmissionTime | Pointer to string | When the lineage query was submitted. | [optional] |
Expiration | Pointer to string | When the lineage query will expire. | [optional] |
PercentCompleted | Pointer to int32 | The percent complete for the lineage query. | [optional] |
Finished | Pointer to bool | Whether the lineage query has finished. | [optional] |
Request | Pointer to LineageRequestDTO | [optional] | |
Results | Pointer to LineageResultsDTO | [optional] |
func NewLineageDTO() *LineageDTO
NewLineageDTO instantiates a new LineageDTO 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 NewLineageDTOWithDefaults() *LineageDTO
NewLineageDTOWithDefaults instantiates a new LineageDTO 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 *LineageDTO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *LineageDTO) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LineageDTO) SetId(v string)
SetId sets Id field to given value.
func (o *LineageDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *LineageDTO) GetUri() string
GetUri returns the Uri field if non-nil, zero value otherwise.
func (o *LineageDTO) GetUriOk() (*string, bool)
GetUriOk returns a tuple with the Uri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LineageDTO) SetUri(v string)
SetUri sets Uri field to given value.
func (o *LineageDTO) HasUri() bool
HasUri returns a boolean if a field has been set.
func (o *LineageDTO) GetSubmissionTime() string
GetSubmissionTime returns the SubmissionTime field if non-nil, zero value otherwise.
func (o *LineageDTO) GetSubmissionTimeOk() (*string, bool)
GetSubmissionTimeOk returns a tuple with the SubmissionTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LineageDTO) SetSubmissionTime(v string)
SetSubmissionTime sets SubmissionTime field to given value.
func (o *LineageDTO) HasSubmissionTime() bool
HasSubmissionTime returns a boolean if a field has been set.
func (o *LineageDTO) GetExpiration() string
GetExpiration returns the Expiration field if non-nil, zero value otherwise.
func (o *LineageDTO) GetExpirationOk() (*string, bool)
GetExpirationOk returns a tuple with the Expiration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LineageDTO) SetExpiration(v string)
SetExpiration sets Expiration field to given value.
func (o *LineageDTO) HasExpiration() bool
HasExpiration returns a boolean if a field has been set.
func (o *LineageDTO) GetPercentCompleted() int32
GetPercentCompleted returns the PercentCompleted field if non-nil, zero value otherwise.
func (o *LineageDTO) GetPercentCompletedOk() (*int32, bool)
GetPercentCompletedOk returns a tuple with the PercentCompleted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LineageDTO) SetPercentCompleted(v int32)
SetPercentCompleted sets PercentCompleted field to given value.
func (o *LineageDTO) HasPercentCompleted() bool
HasPercentCompleted returns a boolean if a field has been set.
func (o *LineageDTO) GetFinished() bool
GetFinished returns the Finished field if non-nil, zero value otherwise.
func (o *LineageDTO) GetFinishedOk() (*bool, bool)
GetFinishedOk returns a tuple with the Finished field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LineageDTO) SetFinished(v bool)
SetFinished sets Finished field to given value.
func (o *LineageDTO) HasFinished() bool
HasFinished returns a boolean if a field has been set.
func (o *LineageDTO) GetRequest() LineageRequestDTO
GetRequest returns the Request field if non-nil, zero value otherwise.
func (o *LineageDTO) GetRequestOk() (*LineageRequestDTO, bool)
GetRequestOk returns a tuple with the Request field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LineageDTO) SetRequest(v LineageRequestDTO)
SetRequest sets Request field to given value.
func (o *LineageDTO) HasRequest() bool
HasRequest returns a boolean if a field has been set.
func (o *LineageDTO) GetResults() LineageResultsDTO
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *LineageDTO) GetResultsOk() (*LineageResultsDTO, bool)
GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LineageDTO) SetResults(v LineageResultsDTO)
SetResults sets Results field to given value.
func (o *LineageDTO) HasResults() bool
HasResults returns a boolean if a field has been set.