Name | Type | Description | Notes |
---|---|---|---|
Content | Pointer to string | [optional] | |
Id | Pointer to string | [optional] | |
OriginalContent | Pointer to string | [optional] | |
Status | Pointer to string | [optional] |
func NewLegalSourceLinkDTO() *LegalSourceLinkDTO
NewLegalSourceLinkDTO instantiates a new LegalSourceLinkDTO 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 NewLegalSourceLinkDTOWithDefaults() *LegalSourceLinkDTO
NewLegalSourceLinkDTOWithDefaults instantiates a new LegalSourceLinkDTO 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 *LegalSourceLinkDTO) GetContent() string
GetContent returns the Content field if non-nil, zero value otherwise.
func (o *LegalSourceLinkDTO) GetContentOk() (*string, bool)
GetContentOk returns a tuple with the Content field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LegalSourceLinkDTO) SetContent(v string)
SetContent sets Content field to given value.
func (o *LegalSourceLinkDTO) HasContent() bool
HasContent returns a boolean if a field has been set.
func (o *LegalSourceLinkDTO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *LegalSourceLinkDTO) 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 *LegalSourceLinkDTO) SetId(v string)
SetId sets Id field to given value.
func (o *LegalSourceLinkDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *LegalSourceLinkDTO) GetOriginalContent() string
GetOriginalContent returns the OriginalContent field if non-nil, zero value otherwise.
func (o *LegalSourceLinkDTO) GetOriginalContentOk() (*string, bool)
GetOriginalContentOk returns a tuple with the OriginalContent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LegalSourceLinkDTO) SetOriginalContent(v string)
SetOriginalContent sets OriginalContent field to given value.
func (o *LegalSourceLinkDTO) HasOriginalContent() bool
HasOriginalContent returns a boolean if a field has been set.
func (o *LegalSourceLinkDTO) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *LegalSourceLinkDTO) 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 *LegalSourceLinkDTO) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *LegalSourceLinkDTO) HasStatus() bool
HasStatus returns a boolean if a field has been set.