Skip to content

SiteCopyResultVO

Properties

Name Type Description Notes
CustomerId Pointer to string Copying failed customer's customerId. [optional]
CustomerName Pointer to string Copying failed customer's customerName. [optional]
ErrorCode Pointer to int32 Copying failed customer's errorCode. [optional]

Methods

NewSiteCopyResultVO

func NewSiteCopyResultVO() *SiteCopyResultVO

NewSiteCopyResultVO instantiates a new SiteCopyResultVO 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

NewSiteCopyResultVOWithDefaults

func NewSiteCopyResultVOWithDefaults() *SiteCopyResultVO

NewSiteCopyResultVOWithDefaults instantiates a new SiteCopyResultVO 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

GetCustomerId

func (o *SiteCopyResultVO) GetCustomerId() string

GetCustomerId returns the CustomerId field if non-nil, zero value otherwise.

GetCustomerIdOk

func (o *SiteCopyResultVO) GetCustomerIdOk() (*string, bool)

GetCustomerIdOk returns a tuple with the CustomerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCustomerId

func (o *SiteCopyResultVO) SetCustomerId(v string)

SetCustomerId sets CustomerId field to given value.

HasCustomerId

func (o *SiteCopyResultVO) HasCustomerId() bool

HasCustomerId returns a boolean if a field has been set.

GetCustomerName

func (o *SiteCopyResultVO) GetCustomerName() string

GetCustomerName returns the CustomerName field if non-nil, zero value otherwise.

GetCustomerNameOk

func (o *SiteCopyResultVO) GetCustomerNameOk() (*string, bool)

GetCustomerNameOk returns a tuple with the CustomerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCustomerName

func (o *SiteCopyResultVO) SetCustomerName(v string)

SetCustomerName sets CustomerName field to given value.

HasCustomerName

func (o *SiteCopyResultVO) HasCustomerName() bool

HasCustomerName returns a boolean if a field has been set.

GetErrorCode

func (o *SiteCopyResultVO) GetErrorCode() int32

GetErrorCode returns the ErrorCode field if non-nil, zero value otherwise.

GetErrorCodeOk

func (o *SiteCopyResultVO) GetErrorCodeOk() (*int32, bool)

GetErrorCodeOk returns a tuple with the ErrorCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetErrorCode

func (o *SiteCopyResultVO) SetErrorCode(v int32)

SetErrorCode sets ErrorCode field to given value.

HasErrorCode

func (o *SiteCopyResultVO) HasErrorCode() bool

HasErrorCode returns a boolean if a field has been set.

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