@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CreateConnectionRequestDataAttributesFieldsItems extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_DISPLAY_NAME |
static String |
JSON_PROPERTY_GROUPS |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_SOURCE_NAME |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
CreateConnectionRequestDataAttributesFieldsItems() |
CreateConnectionRequestDataAttributesFieldsItems(String id,
String sourceName,
String type) |
| Modifier and Type | Method and Description |
|---|---|
CreateConnectionRequestDataAttributesFieldsItems |
addGroupsItem(String groupsItem) |
CreateConnectionRequestDataAttributesFieldsItems |
description(String description) |
CreateConnectionRequestDataAttributesFieldsItems |
displayName(String displayName) |
boolean |
equals(Object o)
Return true if this CreateConnectionRequestDataAttributesFieldsItems 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 |
getDescription()
Human-readable explanation of what the field represents.
|
String |
getDisplayName()
The human-readable label for the field shown in the UI.
|
List<String> |
getGroups()
List of group labels used to categorize the field.
|
String |
getId()
The unique identifier for the field within the connection.
|
String |
getSourceName()
The name of the column or attribute in the source data system that maps to this field.
|
String |
getType()
The data type of the field (for example, string or number).
|
CreateConnectionRequestDataAttributesFieldsItems |
groups(List<String> groups) |
int |
hashCode() |
CreateConnectionRequestDataAttributesFieldsItems |
id(String id) |
CreateConnectionRequestDataAttributesFieldsItems |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setGroups(List<String> groups) |
void |
setId(String id) |
void |
setSourceName(String sourceName) |
void |
setType(String type) |
CreateConnectionRequestDataAttributesFieldsItems |
sourceName(String sourceName) |
String |
toString() |
CreateConnectionRequestDataAttributesFieldsItems |
type(String type) |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_GROUPS
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_SOURCE_NAME
public static final String JSON_PROPERTY_TYPE
public CreateConnectionRequestDataAttributesFieldsItems()
public CreateConnectionRequestDataAttributesFieldsItems description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public CreateConnectionRequestDataAttributesFieldsItems displayName(String displayName)
@Nullable public String getDisplayName()
public void setDisplayName(String displayName)
public CreateConnectionRequestDataAttributesFieldsItems groups(List<String> groups)
public CreateConnectionRequestDataAttributesFieldsItems addGroupsItem(String groupsItem)
@Nullable public List<String> getGroups()
public CreateConnectionRequestDataAttributesFieldsItems id(String id)
public String getId()
public void setId(String id)
public CreateConnectionRequestDataAttributesFieldsItems sourceName(String sourceName)
public String getSourceName()
public void setSourceName(String sourceName)
public CreateConnectionRequestDataAttributesFieldsItems type(String type)
public String getType()
public void setType(String type)
public CreateConnectionRequestDataAttributesFieldsItems 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.