public class V1alpha1OwnerInRepository extends Object
| Constructor and Description |
|---|
V1alpha1OwnerInRepository() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
ID defines the id of the owner
|
String |
getName()
Name defines the name of the owner
|
String |
getType()
OriginCodeRepoOwnerType defines the type of the owner
|
int |
hashCode() |
V1alpha1OwnerInRepository |
id(String id) |
V1alpha1OwnerInRepository |
name(String name) |
void |
setId(String id) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
V1alpha1OwnerInRepository |
type(String type) |
public V1alpha1OwnerInRepository id(String id)
public String getId()
public void setId(String id)
public V1alpha1OwnerInRepository name(String name)
public String getName()
public void setName(String name)
public V1alpha1OwnerInRepository type(String type)
public String getType()
public void setType(String type)
Copyright © 2020. All rights reserved.