Name | Type | Description | Notes |
---|---|---|---|
AppName | Pointer to string | [optional] | |
Message | Pointer to string | [optional] | |
Ophid | Pointer to string | [optional] | |
StatusCode | Pointer to ServiceStatusCode | [optional] [default to SERVICESTATUSCODE_SUCCESS] | |
Version | Pointer to string | [optional] |
func NewServiceStatusUpdateRequest() *ServiceStatusUpdateRequest
NewServiceStatusUpdateRequest instantiates a new ServiceStatusUpdateRequest 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 NewServiceStatusUpdateRequestWithDefaults() *ServiceStatusUpdateRequest
NewServiceStatusUpdateRequestWithDefaults instantiates a new ServiceStatusUpdateRequest 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 *ServiceStatusUpdateRequest) GetAppName() string
GetAppName returns the AppName field if non-nil, zero value otherwise.
func (o *ServiceStatusUpdateRequest) GetAppNameOk() (*string, bool)
GetAppNameOk returns a tuple with the AppName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceStatusUpdateRequest) SetAppName(v string)
SetAppName sets AppName field to given value.
func (o *ServiceStatusUpdateRequest) HasAppName() bool
HasAppName returns a boolean if a field has been set.
func (o *ServiceStatusUpdateRequest) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *ServiceStatusUpdateRequest) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceStatusUpdateRequest) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *ServiceStatusUpdateRequest) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *ServiceStatusUpdateRequest) GetOphid() string
GetOphid returns the Ophid field if non-nil, zero value otherwise.
func (o *ServiceStatusUpdateRequest) GetOphidOk() (*string, bool)
GetOphidOk returns a tuple with the Ophid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceStatusUpdateRequest) SetOphid(v string)
SetOphid sets Ophid field to given value.
func (o *ServiceStatusUpdateRequest) HasOphid() bool
HasOphid returns a boolean if a field has been set.
func (o *ServiceStatusUpdateRequest) GetStatusCode() ServiceStatusCode
GetStatusCode returns the StatusCode field if non-nil, zero value otherwise.
func (o *ServiceStatusUpdateRequest) GetStatusCodeOk() (*ServiceStatusCode, bool)
GetStatusCodeOk returns a tuple with the StatusCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceStatusUpdateRequest) SetStatusCode(v ServiceStatusCode)
SetStatusCode sets StatusCode field to given value.
func (o *ServiceStatusUpdateRequest) HasStatusCode() bool
HasStatusCode returns a boolean if a field has been set.
func (o *ServiceStatusUpdateRequest) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *ServiceStatusUpdateRequest) 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 *ServiceStatusUpdateRequest) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *ServiceStatusUpdateRequest) HasVersion() bool
HasVersion returns a boolean if a field has been set.