public class V1alpha1CodeRepoServiceAuthorizeOptions extends Object
| Constructor and Description |
|---|
V1alpha1CodeRepoServiceAuthorizeOptions() |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1CodeRepoServiceAuthorizeOptions |
apiVersion(String apiVersion) |
boolean |
equals(Object o) |
String |
getApiVersion()
APIVersion defines the versioned schema of this representation of an object.
|
String |
getKind()
Kind is a string value representing the REST resource this object represents.
|
String |
getNamespace()
Namespace specifies the namespace of the secret.
|
String |
getRedirectUrl()
RedirectURL specifies the redirectURL of the secret.
|
String |
getSecretName()
SecretName specifies the name of the secret.
|
int |
hashCode() |
V1alpha1CodeRepoServiceAuthorizeOptions |
kind(String kind) |
V1alpha1CodeRepoServiceAuthorizeOptions |
namespace(String namespace) |
V1alpha1CodeRepoServiceAuthorizeOptions |
redirectUrl(String redirectUrl) |
V1alpha1CodeRepoServiceAuthorizeOptions |
secretName(String secretName) |
void |
setApiVersion(String apiVersion) |
void |
setKind(String kind) |
void |
setNamespace(String namespace) |
void |
setRedirectUrl(String redirectUrl) |
void |
setSecretName(String secretName) |
String |
toString() |
public V1alpha1CodeRepoServiceAuthorizeOptions()
public V1alpha1CodeRepoServiceAuthorizeOptions apiVersion(String apiVersion)
public String getApiVersion()
public void setApiVersion(String apiVersion)
public V1alpha1CodeRepoServiceAuthorizeOptions kind(String kind)
public String getKind()
public void setKind(String kind)
public V1alpha1CodeRepoServiceAuthorizeOptions namespace(String namespace)
public String getNamespace()
public void setNamespace(String namespace)
public V1alpha1CodeRepoServiceAuthorizeOptions redirectUrl(String redirectUrl)
public String getRedirectUrl()
public void setRedirectUrl(String redirectUrl)
public V1alpha1CodeRepoServiceAuthorizeOptions secretName(String secretName)
public String getSecretName()
public void setSecretName(String secretName)
Copyright © 2020. All rights reserved.