@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CustomFrameworkWithoutRequirements extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_HANDLE |
static String |
JSON_PROPERTY_ICON_URL |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
CustomFrameworkWithoutRequirements() |
CustomFrameworkWithoutRequirements(String handle,
String name,
String version) |
| Modifier and Type | Method and Description |
|---|---|
CustomFrameworkWithoutRequirements |
description(String description) |
boolean |
equals(Object o)
Return true if this CustomFrameworkWithoutRequirements 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()
Framework Description
|
String |
getHandle()
Framework Handle
|
String |
getIconUrl()
Framework Icon URL
|
String |
getName()
Framework Name
|
String |
getVersion()
Framework Version
|
CustomFrameworkWithoutRequirements |
handle(String handle) |
int |
hashCode() |
CustomFrameworkWithoutRequirements |
iconUrl(String iconUrl) |
CustomFrameworkWithoutRequirements |
name(String name) |
CustomFrameworkWithoutRequirements |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDescription(String description) |
void |
setHandle(String handle) |
void |
setIconUrl(String iconUrl) |
void |
setName(String name) |
void |
setVersion(String version) |
String |
toString() |
CustomFrameworkWithoutRequirements |
version(String version) |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
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_VERSION
public CustomFrameworkWithoutRequirements description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public CustomFrameworkWithoutRequirements handle(String handle)
public String getHandle()
public void setHandle(String handle)
public CustomFrameworkWithoutRequirements iconUrl(String iconUrl)
@Nullable public String getIconUrl()
public void setIconUrl(String iconUrl)
public CustomFrameworkWithoutRequirements name(String name)
public String getName()
public void setName(String name)
public CustomFrameworkWithoutRequirements version(String version)
public String getVersion()
public void setVersion(String version)
public CustomFrameworkWithoutRequirements 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.