@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FullCustomFrameworkDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HANDLE |
static String |
JSON_PROPERTY_ICON_URL |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_REQUIREMENTS |
static String |
JSON_PROPERTY_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
FullCustomFrameworkDataAttributes() |
FullCustomFrameworkDataAttributes(String handle,
String name,
List<CustomFrameworkRequirement> requirements,
String version) |
public boolean unparsed
public static final String JSON_PROPERTY_HANDLE
public static final String JSON_PROPERTY_ICON_URL
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_REQUIREMENTS
public static final String JSON_PROPERTY_VERSION
public FullCustomFrameworkDataAttributes()
public FullCustomFrameworkDataAttributes(String handle, String name, List<CustomFrameworkRequirement> requirements, String version)
public FullCustomFrameworkDataAttributes handle(String handle)
public String getHandle()
public void setHandle(String handle)
public FullCustomFrameworkDataAttributes iconUrl(String iconUrl)
@Nullable public String getIconUrl()
public void setIconUrl(String iconUrl)
public FullCustomFrameworkDataAttributes name(String name)
public String getName()
public void setName(String name)
public FullCustomFrameworkDataAttributes requirements(List<CustomFrameworkRequirement> requirements)
public FullCustomFrameworkDataAttributes addRequirementsItem(CustomFrameworkRequirement requirementsItem)
public List<CustomFrameworkRequirement> getRequirements()
public void setRequirements(List<CustomFrameworkRequirement> requirements)
public FullCustomFrameworkDataAttributes version(String version)
public String getVersion()
public void setVersion(String version)
public FullCustomFrameworkDataAttributes 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 © 2025. All rights reserved.