Name | Type | Description | Notes |
---|---|---|---|
AssetId | Pointer to string | [optional] | |
AssetIdNamespace | Pointer to string | [optional] | |
CreationTs | Pointer to int64 | [optional] | |
Id | Pointer to string | [optional] | |
NotifyTo | Pointer to string | [optional] | |
ReqData | Pointer to map[string]string | [optional] | |
ReqEvent | Pointer to string | [optional] | |
ReqPayload | Pointer to []string | [optional] | |
ResData | Pointer to map[string]string | [optional] | |
ResPayload | Pointer to []string | [optional] | |
Status | Pointer to string | [optional] | |
UpdateTs | Pointer to int64 | [optional] |
func NewCommandV0() *CommandV0
NewCommandV0 instantiates a new CommandV0 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 NewCommandV0WithDefaults() *CommandV0
NewCommandV0WithDefaults instantiates a new CommandV0 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 *CommandV0) GetAssetId() string
GetAssetId returns the AssetId field if non-nil, zero value otherwise.
func (o *CommandV0) GetAssetIdOk() (*string, bool)
GetAssetIdOk returns a tuple with the AssetId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommandV0) SetAssetId(v string)
SetAssetId sets AssetId field to given value.
func (o *CommandV0) HasAssetId() bool
HasAssetId returns a boolean if a field has been set.
func (o *CommandV0) GetAssetIdNamespace() string
GetAssetIdNamespace returns the AssetIdNamespace field if non-nil, zero value otherwise.
func (o *CommandV0) GetAssetIdNamespaceOk() (*string, bool)
GetAssetIdNamespaceOk returns a tuple with the AssetIdNamespace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommandV0) SetAssetIdNamespace(v string)
SetAssetIdNamespace sets AssetIdNamespace field to given value.
func (o *CommandV0) HasAssetIdNamespace() bool
HasAssetIdNamespace returns a boolean if a field has been set.
func (o *CommandV0) GetCreationTs() int64
GetCreationTs returns the CreationTs field if non-nil, zero value otherwise.
func (o *CommandV0) GetCreationTsOk() (*int64, bool)
GetCreationTsOk returns a tuple with the CreationTs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommandV0) SetCreationTs(v int64)
SetCreationTs sets CreationTs field to given value.
func (o *CommandV0) HasCreationTs() bool
HasCreationTs returns a boolean if a field has been set.
func (o *CommandV0) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CommandV0) 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 *CommandV0) SetId(v string)
SetId sets Id field to given value.
func (o *CommandV0) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CommandV0) GetNotifyTo() string
GetNotifyTo returns the NotifyTo field if non-nil, zero value otherwise.
func (o *CommandV0) GetNotifyToOk() (*string, bool)
GetNotifyToOk returns a tuple with the NotifyTo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommandV0) SetNotifyTo(v string)
SetNotifyTo sets NotifyTo field to given value.
func (o *CommandV0) HasNotifyTo() bool
HasNotifyTo returns a boolean if a field has been set.
func (o *CommandV0) GetReqData() map[string]string
GetReqData returns the ReqData field if non-nil, zero value otherwise.
func (o *CommandV0) GetReqDataOk() (*map[string]string, bool)
GetReqDataOk returns a tuple with the ReqData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommandV0) SetReqData(v map[string]string)
SetReqData sets ReqData field to given value.
func (o *CommandV0) HasReqData() bool
HasReqData returns a boolean if a field has been set.
func (o *CommandV0) GetReqEvent() string
GetReqEvent returns the ReqEvent field if non-nil, zero value otherwise.
func (o *CommandV0) GetReqEventOk() (*string, bool)
GetReqEventOk returns a tuple with the ReqEvent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommandV0) SetReqEvent(v string)
SetReqEvent sets ReqEvent field to given value.
func (o *CommandV0) HasReqEvent() bool
HasReqEvent returns a boolean if a field has been set.
func (o *CommandV0) GetReqPayload() []string
GetReqPayload returns the ReqPayload field if non-nil, zero value otherwise.
func (o *CommandV0) GetReqPayloadOk() (*[]string, bool)
GetReqPayloadOk returns a tuple with the ReqPayload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommandV0) SetReqPayload(v []string)
SetReqPayload sets ReqPayload field to given value.
func (o *CommandV0) HasReqPayload() bool
HasReqPayload returns a boolean if a field has been set.
func (o *CommandV0) GetResData() map[string]string
GetResData returns the ResData field if non-nil, zero value otherwise.
func (o *CommandV0) GetResDataOk() (*map[string]string, bool)
GetResDataOk returns a tuple with the ResData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommandV0) SetResData(v map[string]string)
SetResData sets ResData field to given value.
func (o *CommandV0) HasResData() bool
HasResData returns a boolean if a field has been set.
func (o *CommandV0) GetResPayload() []string
GetResPayload returns the ResPayload field if non-nil, zero value otherwise.
func (o *CommandV0) GetResPayloadOk() (*[]string, bool)
GetResPayloadOk returns a tuple with the ResPayload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommandV0) SetResPayload(v []string)
SetResPayload sets ResPayload field to given value.
func (o *CommandV0) HasResPayload() bool
HasResPayload returns a boolean if a field has been set.
func (o *CommandV0) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *CommandV0) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommandV0) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *CommandV0) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *CommandV0) GetUpdateTs() int64
GetUpdateTs returns the UpdateTs field if non-nil, zero value otherwise.
func (o *CommandV0) GetUpdateTsOk() (*int64, bool)
GetUpdateTsOk returns a tuple with the UpdateTs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommandV0) SetUpdateTs(v int64)
SetUpdateTs sets UpdateTs field to given value.
func (o *CommandV0) HasUpdateTs() bool
HasUpdateTs returns a boolean if a field has been set.