@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CIAppGitInfo extends Object
tag or branch has to be provided, but not both.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AUTHOR_EMAIL |
static String |
JSON_PROPERTY_AUTHOR_NAME |
static String |
JSON_PROPERTY_AUTHOR_TIME |
static String |
JSON_PROPERTY_BRANCH |
static String |
JSON_PROPERTY_COMMIT_TIME |
static String |
JSON_PROPERTY_COMMITTER_EMAIL |
static String |
JSON_PROPERTY_COMMITTER_NAME |
static String |
JSON_PROPERTY_DEFAULT_BRANCH |
static String |
JSON_PROPERTY_MESSAGE |
static String |
JSON_PROPERTY_REPOSITORY_URL |
static String |
JSON_PROPERTY_SHA |
static String |
JSON_PROPERTY_TAG |
boolean |
unparsed |
| Constructor and Description |
|---|
CIAppGitInfo() |
CIAppGitInfo(String authorEmail,
String repositoryUrl,
String sha) |
| Modifier and Type | Method and Description |
|---|---|
CIAppGitInfo |
authorEmail(String authorEmail) |
CIAppGitInfo |
authorName(String authorName) |
CIAppGitInfo |
authorTime(String authorTime) |
CIAppGitInfo |
branch(String branch) |
CIAppGitInfo |
committerEmail(String committerEmail) |
CIAppGitInfo |
committerName(String committerName) |
CIAppGitInfo |
commitTime(String commitTime) |
CIAppGitInfo |
defaultBranch(String defaultBranch) |
boolean |
equals(Object o)
Return true if this CIAppGitInfo object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getAuthorEmail()
The commit author email.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getAuthorName_JsonNullable() |
String |
getAuthorName()
The commit author name.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getAuthorTime_JsonNullable() |
String |
getAuthorTime()
The commit author timestamp in RFC3339 format.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getBranch_JsonNullable() |
String |
getBranch()
The branch name (if a tag use the tag parameter).
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getCommitterEmail_JsonNullable() |
String |
getCommitterEmail()
The committer email.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getCommitterName_JsonNullable() |
String |
getCommitterName()
The committer name.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getCommitTime_JsonNullable() |
String |
getCommitTime()
The commit timestamp in RFC3339 format.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getDefaultBranch_JsonNullable() |
String |
getDefaultBranch()
The Git repository's default branch.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getMessage_JsonNullable() |
String |
getMessage()
The commit message.
|
String |
getRepositoryUrl()
The URL of the repository.
|
String |
getSha()
The git commit SHA.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getTag_JsonNullable() |
String |
getTag()
The tag name (if a branch use the branch parameter).
|
int |
hashCode() |
CIAppGitInfo |
message(String message) |
CIAppGitInfo |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CIAppGitInfo |
repositoryUrl(String repositoryUrl) |
void |
setAuthorEmail(String authorEmail) |
void |
setAuthorName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> authorName) |
void |
setAuthorName(String authorName) |
void |
setAuthorTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> authorTime) |
void |
setAuthorTime(String authorTime) |
void |
setBranch_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> branch) |
void |
setBranch(String branch) |
void |
setCommitterEmail_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> committerEmail) |
void |
setCommitterEmail(String committerEmail) |
void |
setCommitterName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> committerName) |
void |
setCommitterName(String committerName) |
void |
setCommitTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> commitTime) |
void |
setCommitTime(String commitTime) |
void |
setDefaultBranch_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> defaultBranch) |
void |
setDefaultBranch(String defaultBranch) |
void |
setMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> message) |
void |
setMessage(String message) |
void |
setRepositoryUrl(String repositoryUrl) |
void |
setSha(String sha) |
void |
setTag_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tag) |
void |
setTag(String tag) |
CIAppGitInfo |
sha(String sha) |
CIAppGitInfo |
tag(String tag) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AUTHOR_EMAIL
public static final String JSON_PROPERTY_AUTHOR_NAME
public static final String JSON_PROPERTY_AUTHOR_TIME
public static final String JSON_PROPERTY_BRANCH
public static final String JSON_PROPERTY_COMMIT_TIME
public static final String JSON_PROPERTY_COMMITTER_EMAIL
public static final String JSON_PROPERTY_COMMITTER_NAME
public static final String JSON_PROPERTY_DEFAULT_BRANCH
public static final String JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_REPOSITORY_URL
public static final String JSON_PROPERTY_SHA
public static final String JSON_PROPERTY_TAG
public CIAppGitInfo authorEmail(String authorEmail)
public String getAuthorEmail()
public void setAuthorEmail(String authorEmail)
public CIAppGitInfo authorName(String authorName)
@Nullable public String getAuthorName()
public org.openapitools.jackson.nullable.JsonNullable<String> getAuthorName_JsonNullable()
public void setAuthorName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> authorName)
public void setAuthorName(String authorName)
public CIAppGitInfo authorTime(String authorTime)
@Nullable public String getAuthorTime()
public org.openapitools.jackson.nullable.JsonNullable<String> getAuthorTime_JsonNullable()
public void setAuthorTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> authorTime)
public void setAuthorTime(String authorTime)
public CIAppGitInfo branch(String branch)
@Nullable public String getBranch()
public org.openapitools.jackson.nullable.JsonNullable<String> getBranch_JsonNullable()
public void setBranch_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> branch)
public void setBranch(String branch)
public CIAppGitInfo commitTime(String commitTime)
@Nullable public String getCommitTime()
public org.openapitools.jackson.nullable.JsonNullable<String> getCommitTime_JsonNullable()
public void setCommitTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> commitTime)
public void setCommitTime(String commitTime)
public CIAppGitInfo committerEmail(String committerEmail)
@Nullable public String getCommitterEmail()
public org.openapitools.jackson.nullable.JsonNullable<String> getCommitterEmail_JsonNullable()
public void setCommitterEmail_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> committerEmail)
public void setCommitterEmail(String committerEmail)
public CIAppGitInfo committerName(String committerName)
@Nullable public String getCommitterName()
public org.openapitools.jackson.nullable.JsonNullable<String> getCommitterName_JsonNullable()
public void setCommitterName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> committerName)
public void setCommitterName(String committerName)
public CIAppGitInfo defaultBranch(String defaultBranch)
@Nullable public String getDefaultBranch()
public org.openapitools.jackson.nullable.JsonNullable<String> getDefaultBranch_JsonNullable()
public void setDefaultBranch_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> defaultBranch)
public void setDefaultBranch(String defaultBranch)
public CIAppGitInfo message(String message)
@Nullable public String getMessage()
public org.openapitools.jackson.nullable.JsonNullable<String> getMessage_JsonNullable()
public void setMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> message)
public void setMessage(String message)
public CIAppGitInfo repositoryUrl(String repositoryUrl)
public String getRepositoryUrl()
public void setRepositoryUrl(String repositoryUrl)
public CIAppGitInfo sha(String sha)
public String getSha()
public void setSha(String sha)
public CIAppGitInfo tag(String tag)
@Nullable public String getTag()
public org.openapitools.jackson.nullable.JsonNullable<String> getTag_JsonNullable()
public void setTag_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tag)
public void setTag(String tag)
public CIAppGitInfo putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2024. All rights reserved.