@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ServiceDefinitionMeta extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_GITHUB_HTML_URL |
static String |
JSON_PROPERTY_INGESTED_SCHEMA_VERSION |
static String |
JSON_PROPERTY_INGESTION_SOURCE |
static String |
JSON_PROPERTY_LAST_MODIFIED_TIME |
boolean |
unparsed |
| Constructor and Description |
|---|
ServiceDefinitionMeta() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ServiceDefinitionMeta object is equal to o.
|
String |
getGithubHtmlUrl()
GitHub HTML URL.
|
String |
getIngestedSchemaVersion()
Ingestion schema version.
|
String |
getIngestionSource()
Ingestion source of the service definition.
|
String |
getLastModifiedTime()
Last modified time of the service definition.
|
ServiceDefinitionMeta |
githubHtmlUrl(String githubHtmlUrl) |
int |
hashCode() |
ServiceDefinitionMeta |
ingestedSchemaVersion(String ingestedSchemaVersion) |
ServiceDefinitionMeta |
ingestionSource(String ingestionSource) |
ServiceDefinitionMeta |
lastModifiedTime(String lastModifiedTime) |
void |
setGithubHtmlUrl(String githubHtmlUrl) |
void |
setIngestedSchemaVersion(String ingestedSchemaVersion) |
void |
setIngestionSource(String ingestionSource) |
void |
setLastModifiedTime(String lastModifiedTime) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_GITHUB_HTML_URL
public static final String JSON_PROPERTY_INGESTED_SCHEMA_VERSION
public static final String JSON_PROPERTY_INGESTION_SOURCE
public static final String JSON_PROPERTY_LAST_MODIFIED_TIME
public ServiceDefinitionMeta githubHtmlUrl(String githubHtmlUrl)
@Nullable public String getGithubHtmlUrl()
public void setGithubHtmlUrl(String githubHtmlUrl)
public ServiceDefinitionMeta ingestedSchemaVersion(String ingestedSchemaVersion)
@Nullable public String getIngestedSchemaVersion()
public void setIngestedSchemaVersion(String ingestedSchemaVersion)
public ServiceDefinitionMeta ingestionSource(String ingestionSource)
@Nullable public String getIngestionSource()
public void setIngestionSource(String ingestionSource)
public ServiceDefinitionMeta lastModifiedTime(String lastModifiedTime)
@Nullable public String getLastModifiedTime()
public void setLastModifiedTime(String lastModifiedTime)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.