@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EntityV3DatadogCodeLocationItem extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_PATHS |
static String |
JSON_PROPERTY_REPOSITORY_URL |
boolean |
unparsed |
| Constructor and Description |
|---|
EntityV3DatadogCodeLocationItem() |
| Modifier and Type | Method and Description |
|---|---|
EntityV3DatadogCodeLocationItem |
addPathsItem(String pathsItem) |
boolean |
equals(Object o)
Return true if this EntityV3DatadogCodeLocationItem object is equal to o.
|
List<String> |
getPaths()
The paths (glob) to the source code of the service.
|
String |
getRepositoryUrl()
The repository path of the source code of the entity.
|
int |
hashCode() |
EntityV3DatadogCodeLocationItem |
paths(List<String> paths) |
EntityV3DatadogCodeLocationItem |
repositoryUrl(String repositoryUrl) |
void |
setPaths(List<String> paths) |
void |
setRepositoryUrl(String repositoryUrl) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_PATHS
public static final String JSON_PROPERTY_REPOSITORY_URL
public EntityV3DatadogCodeLocationItem paths(List<String> paths)
public EntityV3DatadogCodeLocationItem addPathsItem(String pathsItem)
@Nullable public List<String> getPaths()
public EntityV3DatadogCodeLocationItem repositoryUrl(String repositoryUrl)
@Nullable public String getRepositoryUrl()
public void setRepositoryUrl(String repositoryUrl)
public boolean equals(Object o)
Copyright © 2024. All rights reserved.