@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CustomFrameworkRequirement extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONTROLS |
static String |
JSON_PROPERTY_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
CustomFrameworkRequirement() |
CustomFrameworkRequirement(List<CustomFrameworkControl> controls,
String name) |
| Modifier and Type | Method and Description |
|---|---|
CustomFrameworkRequirement |
addControlsItem(CustomFrameworkControl controlsItem) |
CustomFrameworkRequirement |
controls(List<CustomFrameworkControl> controls) |
boolean |
equals(Object o)
Return true if this CustomFrameworkRequirement 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.
|
List<CustomFrameworkControl> |
getControls()
Requirement Controls.
|
String |
getName()
Requirement Name.
|
int |
hashCode() |
CustomFrameworkRequirement |
name(String name) |
CustomFrameworkRequirement |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setControls(List<CustomFrameworkControl> controls) |
void |
setName(String name) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CONTROLS
public static final String JSON_PROPERTY_NAME
public CustomFrameworkRequirement()
public CustomFrameworkRequirement(List<CustomFrameworkControl> controls, String name)
public CustomFrameworkRequirement controls(List<CustomFrameworkControl> controls)
public CustomFrameworkRequirement addControlsItem(CustomFrameworkControl controlsItem)
public List<CustomFrameworkControl> getControls()
public void setControls(List<CustomFrameworkControl> controls)
public CustomFrameworkRequirement name(String name)
public String getName()
public void setName(String name)
public CustomFrameworkRequirement 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.