@Generated public class UpdateRepo extends Object
Constructor and Description |
---|
UpdateRepo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBranch() |
Long |
getRepoId() |
SparseCheckoutUpdate |
getSparseCheckout() |
String |
getTag() |
int |
hashCode() |
UpdateRepo |
setBranch(String branch) |
UpdateRepo |
setRepoId(Long repoId) |
UpdateRepo |
setSparseCheckout(SparseCheckoutUpdate sparseCheckout) |
UpdateRepo |
setTag(String tag) |
String |
toString() |
public UpdateRepo setBranch(String branch)
public String getBranch()
public UpdateRepo setRepoId(Long repoId)
public Long getRepoId()
public UpdateRepo setSparseCheckout(SparseCheckoutUpdate sparseCheckout)
public SparseCheckoutUpdate getSparseCheckout()
public UpdateRepo setTag(String tag)
public String getTag()
Copyright © 2023. All rights reserved.