Name | Type | Description | Notes |
---|---|---|---|
ArtifactoryConnectionId | Pointer to string | [optional] | |
BaseUrl | Pointer to string | [optional] | |
IsAnonymous | Pointer to bool | [optional] | |
OwnerId | Pointer to string | [optional] | |
OwnerType | Pointer to string | [optional] | |
Password | Pointer to string | [optional] | |
Username | Pointer to string | [optional] |
func NewApiArtifactoryConnectionDTO() *ApiArtifactoryConnectionDTO
NewApiArtifactoryConnectionDTO instantiates a new ApiArtifactoryConnectionDTO 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 NewApiArtifactoryConnectionDTOWithDefaults() *ApiArtifactoryConnectionDTO
NewApiArtifactoryConnectionDTOWithDefaults instantiates a new ApiArtifactoryConnectionDTO 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 *ApiArtifactoryConnectionDTO) GetArtifactoryConnectionId() string
GetArtifactoryConnectionId returns the ArtifactoryConnectionId field if non-nil, zero value otherwise.
func (o *ApiArtifactoryConnectionDTO) GetArtifactoryConnectionIdOk() (*string, bool)
GetArtifactoryConnectionIdOk returns a tuple with the ArtifactoryConnectionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiArtifactoryConnectionDTO) SetArtifactoryConnectionId(v string)
SetArtifactoryConnectionId sets ArtifactoryConnectionId field to given value.
func (o *ApiArtifactoryConnectionDTO) HasArtifactoryConnectionId() bool
HasArtifactoryConnectionId returns a boolean if a field has been set.
func (o *ApiArtifactoryConnectionDTO) GetBaseUrl() string
GetBaseUrl returns the BaseUrl field if non-nil, zero value otherwise.
func (o *ApiArtifactoryConnectionDTO) GetBaseUrlOk() (*string, bool)
GetBaseUrlOk returns a tuple with the BaseUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiArtifactoryConnectionDTO) SetBaseUrl(v string)
SetBaseUrl sets BaseUrl field to given value.
func (o *ApiArtifactoryConnectionDTO) HasBaseUrl() bool
HasBaseUrl returns a boolean if a field has been set.
func (o *ApiArtifactoryConnectionDTO) GetIsAnonymous() bool
GetIsAnonymous returns the IsAnonymous field if non-nil, zero value otherwise.
func (o *ApiArtifactoryConnectionDTO) GetIsAnonymousOk() (*bool, bool)
GetIsAnonymousOk returns a tuple with the IsAnonymous field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiArtifactoryConnectionDTO) SetIsAnonymous(v bool)
SetIsAnonymous sets IsAnonymous field to given value.
func (o *ApiArtifactoryConnectionDTO) HasIsAnonymous() bool
HasIsAnonymous returns a boolean if a field has been set.
func (o *ApiArtifactoryConnectionDTO) GetOwnerId() string
GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.
func (o *ApiArtifactoryConnectionDTO) GetOwnerIdOk() (*string, bool)
GetOwnerIdOk returns a tuple with the OwnerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiArtifactoryConnectionDTO) SetOwnerId(v string)
SetOwnerId sets OwnerId field to given value.
func (o *ApiArtifactoryConnectionDTO) HasOwnerId() bool
HasOwnerId returns a boolean if a field has been set.
func (o *ApiArtifactoryConnectionDTO) GetOwnerType() string
GetOwnerType returns the OwnerType field if non-nil, zero value otherwise.
func (o *ApiArtifactoryConnectionDTO) GetOwnerTypeOk() (*string, bool)
GetOwnerTypeOk returns a tuple with the OwnerType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiArtifactoryConnectionDTO) SetOwnerType(v string)
SetOwnerType sets OwnerType field to given value.
func (o *ApiArtifactoryConnectionDTO) HasOwnerType() bool
HasOwnerType returns a boolean if a field has been set.
func (o *ApiArtifactoryConnectionDTO) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *ApiArtifactoryConnectionDTO) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiArtifactoryConnectionDTO) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *ApiArtifactoryConnectionDTO) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *ApiArtifactoryConnectionDTO) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *ApiArtifactoryConnectionDTO) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiArtifactoryConnectionDTO) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *ApiArtifactoryConnectionDTO) HasUsername() bool
HasUsername returns a boolean if a field has been set.