@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ChangeRequestBranchCreateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BRANCH_NAME |
static String |
JSON_PROPERTY_REPO_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
ChangeRequestBranchCreateAttributes() |
ChangeRequestBranchCreateAttributes(String branchName,
String repoId) |
| Modifier and Type | Method and Description |
|---|---|
ChangeRequestBranchCreateAttributes |
branchName(String branchName) |
boolean |
equals(Object o)
Return true if this ChangeRequestBranchCreateAttributes 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 |
getBranchName()
The name of the branch to create.
|
String |
getRepoId()
The repository identifier in the format owner/repository.
|
int |
hashCode() |
ChangeRequestBranchCreateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ChangeRequestBranchCreateAttributes |
repoId(String repoId) |
void |
setBranchName(String branchName) |
void |
setRepoId(String repoId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_BRANCH_NAME
public static final String JSON_PROPERTY_REPO_ID
public ChangeRequestBranchCreateAttributes branchName(String branchName)
public String getBranchName()
public void setBranchName(String branchName)
public ChangeRequestBranchCreateAttributes repoId(String repoId)
public String getRepoId()
public void setRepoId(String repoId)
public ChangeRequestBranchCreateAttributes 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 © 2026. All rights reserved.