public static class CreateTagResponse.Result extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateTagResponse.Result.CommitInfo |
static class |
CreateTagResponse.Result.Release |
| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
CreateTagResponse.Result.CommitInfo |
getCommitInfo() |
String |
getMessage() |
String |
getName() |
CreateTagResponse.Result.Release |
getRelease() |
void |
setCommitInfo(CreateTagResponse.Result.CommitInfo commitInfo) |
void |
setMessage(String message) |
void |
setName(String name) |
void |
setRelease(CreateTagResponse.Result.Release release) |
public String getName()
public void setName(String name)
public String getMessage()
public void setMessage(String message)
public CreateTagResponse.Result.CommitInfo getCommitInfo()
public void setCommitInfo(CreateTagResponse.Result.CommitInfo commitInfo)
public CreateTagResponse.Result.Release getRelease()
public void setRelease(CreateTagResponse.Result.Release release)
Copyright © 2020. All rights reserved.