Name | Type | Description | Notes |
---|---|---|---|
RequestId | Pointer to string | The unique ID of this request. | [optional] [readonly] |
ProcessGroupId | Pointer to string | The unique ID of the Process Group being updated | [optional] |
Uri | Pointer to string | The URI for future requests to this drop request. | [optional] [readonly] |
LastUpdated | Pointer to string | The last time this request was updated. | [optional] [readonly] |
Complete | Pointer to bool | Whether or not this request has completed | [optional] [readonly] |
FailureReason | Pointer to string | An explanation of why this request failed, or null if this request has not failed | [optional] [readonly] |
PercentCompleted | Pointer to int32 | The percentage complete for the request, between 0 and 100 | [optional] [readonly] |
State | Pointer to string | The state of the request | [optional] [readonly] |
func NewProcessGroupReplaceRequestDTO() *ProcessGroupReplaceRequestDTO
NewProcessGroupReplaceRequestDTO instantiates a new ProcessGroupReplaceRequestDTO 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 NewProcessGroupReplaceRequestDTOWithDefaults() *ProcessGroupReplaceRequestDTO
NewProcessGroupReplaceRequestDTOWithDefaults instantiates a new ProcessGroupReplaceRequestDTO 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 *ProcessGroupReplaceRequestDTO) GetRequestId() string
GetRequestId returns the RequestId field if non-nil, zero value otherwise.
func (o *ProcessGroupReplaceRequestDTO) GetRequestIdOk() (*string, bool)
GetRequestIdOk returns a tuple with the RequestId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessGroupReplaceRequestDTO) SetRequestId(v string)
SetRequestId sets RequestId field to given value.
func (o *ProcessGroupReplaceRequestDTO) HasRequestId() bool
HasRequestId returns a boolean if a field has been set.
func (o *ProcessGroupReplaceRequestDTO) GetProcessGroupId() string
GetProcessGroupId returns the ProcessGroupId field if non-nil, zero value otherwise.
func (o *ProcessGroupReplaceRequestDTO) GetProcessGroupIdOk() (*string, bool)
GetProcessGroupIdOk returns a tuple with the ProcessGroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessGroupReplaceRequestDTO) SetProcessGroupId(v string)
SetProcessGroupId sets ProcessGroupId field to given value.
func (o *ProcessGroupReplaceRequestDTO) HasProcessGroupId() bool
HasProcessGroupId returns a boolean if a field has been set.
func (o *ProcessGroupReplaceRequestDTO) GetUri() string
GetUri returns the Uri field if non-nil, zero value otherwise.
func (o *ProcessGroupReplaceRequestDTO) 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 *ProcessGroupReplaceRequestDTO) SetUri(v string)
SetUri sets Uri field to given value.
func (o *ProcessGroupReplaceRequestDTO) HasUri() bool
HasUri returns a boolean if a field has been set.
func (o *ProcessGroupReplaceRequestDTO) GetLastUpdated() string
GetLastUpdated returns the LastUpdated field if non-nil, zero value otherwise.
func (o *ProcessGroupReplaceRequestDTO) GetLastUpdatedOk() (*string, bool)
GetLastUpdatedOk returns a tuple with the LastUpdated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessGroupReplaceRequestDTO) SetLastUpdated(v string)
SetLastUpdated sets LastUpdated field to given value.
func (o *ProcessGroupReplaceRequestDTO) HasLastUpdated() bool
HasLastUpdated returns a boolean if a field has been set.
func (o *ProcessGroupReplaceRequestDTO) GetComplete() bool
GetComplete returns the Complete field if non-nil, zero value otherwise.
func (o *ProcessGroupReplaceRequestDTO) GetCompleteOk() (*bool, bool)
GetCompleteOk returns a tuple with the Complete field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessGroupReplaceRequestDTO) SetComplete(v bool)
SetComplete sets Complete field to given value.
func (o *ProcessGroupReplaceRequestDTO) HasComplete() bool
HasComplete returns a boolean if a field has been set.
func (o *ProcessGroupReplaceRequestDTO) GetFailureReason() string
GetFailureReason returns the FailureReason field if non-nil, zero value otherwise.
func (o *ProcessGroupReplaceRequestDTO) GetFailureReasonOk() (*string, bool)
GetFailureReasonOk returns a tuple with the FailureReason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessGroupReplaceRequestDTO) SetFailureReason(v string)
SetFailureReason sets FailureReason field to given value.
func (o *ProcessGroupReplaceRequestDTO) HasFailureReason() bool
HasFailureReason returns a boolean if a field has been set.
func (o *ProcessGroupReplaceRequestDTO) GetPercentCompleted() int32
GetPercentCompleted returns the PercentCompleted field if non-nil, zero value otherwise.
func (o *ProcessGroupReplaceRequestDTO) 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 *ProcessGroupReplaceRequestDTO) SetPercentCompleted(v int32)
SetPercentCompleted sets PercentCompleted field to given value.
func (o *ProcessGroupReplaceRequestDTO) HasPercentCompleted() bool
HasPercentCompleted returns a boolean if a field has been set.
func (o *ProcessGroupReplaceRequestDTO) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *ProcessGroupReplaceRequestDTO) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessGroupReplaceRequestDTO) SetState(v string)
SetState sets State field to given value.
func (o *ProcessGroupReplaceRequestDTO) HasState() bool
HasState returns a boolean if a field has been set.