@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ReportScheduleListResponseRelationships extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AUTHOR |
static String |
JSON_PROPERTY_RESOURCE |
boolean |
unparsed |
| Constructor and Description |
|---|
ReportScheduleListResponseRelationships() |
ReportScheduleListResponseRelationships(ReportScheduleAuthorRelationship author) |
public boolean unparsed
public static final String JSON_PROPERTY_AUTHOR
public static final String JSON_PROPERTY_RESOURCE
public ReportScheduleListResponseRelationships()
public ReportScheduleListResponseRelationships(ReportScheduleAuthorRelationship author)
public ReportScheduleListResponseRelationships author(ReportScheduleAuthorRelationship author)
public ReportScheduleAuthorRelationship getAuthor()
public void setAuthor(ReportScheduleAuthorRelationship author)
public ReportScheduleListResponseRelationships resource(ReportScheduleListResourceRelationship resource)
@Nullable public ReportScheduleListResourceRelationship getResource()
public void setResource(ReportScheduleListResourceRelationship resource)
public ReportScheduleListResponseRelationships 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.