Name | Type | Description | Notes |
---|---|---|---|
Pk | string | [readonly] | |
Provider | int32 | ||
ProviderObj | SSFProvider | [readonly] | |
DeliveryMethod | DeliveryMethodEnum | ||
EndpointUrl | Pointer to NullableString | [optional] | |
EventsRequested | Pointer to []EventsRequestedEnum | [optional] | |
Format | string | ||
Aud | Pointer to []string | [optional] | |
Iss | string |
func NewSSFStream(pk string, provider int32, providerObj SSFProvider, deliveryMethod DeliveryMethodEnum, format string, iss string, ) *SSFStream
NewSSFStream instantiates a new SSFStream 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 NewSSFStreamWithDefaults() *SSFStream
NewSSFStreamWithDefaults instantiates a new SSFStream 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 *SSFStream) GetPk() string
GetPk returns the Pk field if non-nil, zero value otherwise.
func (o *SSFStream) GetPkOk() (*string, bool)
GetPkOk returns a tuple with the Pk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SSFStream) SetPk(v string)
SetPk sets Pk field to given value.
func (o *SSFStream) GetProvider() int32
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *SSFStream) GetProviderOk() (*int32, bool)
GetProviderOk returns a tuple with the Provider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SSFStream) SetProvider(v int32)
SetProvider sets Provider field to given value.
func (o *SSFStream) GetProviderObj() SSFProvider
GetProviderObj returns the ProviderObj field if non-nil, zero value otherwise.
func (o *SSFStream) GetProviderObjOk() (*SSFProvider, bool)
GetProviderObjOk returns a tuple with the ProviderObj field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SSFStream) SetProviderObj(v SSFProvider)
SetProviderObj sets ProviderObj field to given value.
func (o *SSFStream) GetDeliveryMethod() DeliveryMethodEnum
GetDeliveryMethod returns the DeliveryMethod field if non-nil, zero value otherwise.
func (o *SSFStream) GetDeliveryMethodOk() (*DeliveryMethodEnum, bool)
GetDeliveryMethodOk returns a tuple with the DeliveryMethod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SSFStream) SetDeliveryMethod(v DeliveryMethodEnum)
SetDeliveryMethod sets DeliveryMethod field to given value.
func (o *SSFStream) GetEndpointUrl() string
GetEndpointUrl returns the EndpointUrl field if non-nil, zero value otherwise.
func (o *SSFStream) GetEndpointUrlOk() (*string, bool)
GetEndpointUrlOk returns a tuple with the EndpointUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SSFStream) SetEndpointUrl(v string)
SetEndpointUrl sets EndpointUrl field to given value.
func (o *SSFStream) HasEndpointUrl() bool
HasEndpointUrl returns a boolean if a field has been set.
func (o *SSFStream) SetEndpointUrlNil(b bool)
SetEndpointUrlNil sets the value for EndpointUrl to be an explicit nil
func (o *SSFStream) UnsetEndpointUrl()
UnsetEndpointUrl ensures that no value is present for EndpointUrl, not even an explicit nil
func (o *SSFStream) GetEventsRequested() []EventsRequestedEnum
GetEventsRequested returns the EventsRequested field if non-nil, zero value otherwise.
func (o *SSFStream) GetEventsRequestedOk() (*[]EventsRequestedEnum, bool)
GetEventsRequestedOk returns a tuple with the EventsRequested field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SSFStream) SetEventsRequested(v []EventsRequestedEnum)
SetEventsRequested sets EventsRequested field to given value.
func (o *SSFStream) HasEventsRequested() bool
HasEventsRequested returns a boolean if a field has been set.
func (o *SSFStream) GetFormat() string
GetFormat returns the Format field if non-nil, zero value otherwise.
func (o *SSFStream) GetFormatOk() (*string, bool)
GetFormatOk returns a tuple with the Format field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SSFStream) SetFormat(v string)
SetFormat sets Format field to given value.
func (o *SSFStream) GetAud() []string
GetAud returns the Aud field if non-nil, zero value otherwise.
func (o *SSFStream) GetAudOk() (*[]string, bool)
GetAudOk returns a tuple with the Aud field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SSFStream) SetAud(v []string)
SetAud sets Aud field to given value.
func (o *SSFStream) HasAud() bool
HasAud returns a boolean if a field has been set.
func (o *SSFStream) GetIss() string
GetIss returns the Iss field if non-nil, zero value otherwise.
func (o *SSFStream) GetIssOk() (*string, bool)
GetIssOk returns a tuple with the Iss field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SSFStream) SetIss(v string)
SetIss sets Iss field to given value.