@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SecureEmbedCreateRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_GLOBAL_TIME |
static String |
JSON_PROPERTY_GLOBAL_TIME_SELECTABLE |
static String |
JSON_PROPERTY_SELECTABLE_TEMPLATE_VARS |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_TITLE |
static String |
JSON_PROPERTY_VIEWING_PREFERENCES |
boolean |
unparsed |
| Constructor and Description |
|---|
SecureEmbedCreateRequestAttributes() |
SecureEmbedCreateRequestAttributes(SecureEmbedGlobalTime globalTime,
Boolean globalTimeSelectable,
List<SecureEmbedSelectableTemplateVariable> selectableTemplateVars,
SecureEmbedStatus status,
String title,
SecureEmbedViewingPreferences viewingPreferences) |
public boolean unparsed
public static final String JSON_PROPERTY_GLOBAL_TIME
public static final String JSON_PROPERTY_GLOBAL_TIME_SELECTABLE
public static final String JSON_PROPERTY_SELECTABLE_TEMPLATE_VARS
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_TITLE
public static final String JSON_PROPERTY_VIEWING_PREFERENCES
public SecureEmbedCreateRequestAttributes()
public SecureEmbedCreateRequestAttributes(SecureEmbedGlobalTime globalTime, Boolean globalTimeSelectable, List<SecureEmbedSelectableTemplateVariable> selectableTemplateVars, SecureEmbedStatus status, String title, SecureEmbedViewingPreferences viewingPreferences)
public SecureEmbedCreateRequestAttributes globalTime(SecureEmbedGlobalTime globalTime)
public SecureEmbedGlobalTime getGlobalTime()
public void setGlobalTime(SecureEmbedGlobalTime globalTime)
public SecureEmbedCreateRequestAttributes globalTimeSelectable(Boolean globalTimeSelectable)
public Boolean getGlobalTimeSelectable()
public void setGlobalTimeSelectable(Boolean globalTimeSelectable)
public SecureEmbedCreateRequestAttributes selectableTemplateVars(List<SecureEmbedSelectableTemplateVariable> selectableTemplateVars)
public SecureEmbedCreateRequestAttributes addSelectableTemplateVarsItem(SecureEmbedSelectableTemplateVariable selectableTemplateVarsItem)
public List<SecureEmbedSelectableTemplateVariable> getSelectableTemplateVars()
public void setSelectableTemplateVars(List<SecureEmbedSelectableTemplateVariable> selectableTemplateVars)
public SecureEmbedCreateRequestAttributes status(SecureEmbedStatus status)
public SecureEmbedStatus getStatus()
public void setStatus(SecureEmbedStatus status)
public SecureEmbedCreateRequestAttributes title(String title)
public String getTitle()
public void setTitle(String title)
public SecureEmbedCreateRequestAttributes viewingPreferences(SecureEmbedViewingPreferences viewingPreferences)
public SecureEmbedViewingPreferences getViewingPreferences()
public void setViewingPreferences(SecureEmbedViewingPreferences viewingPreferences)
public SecureEmbedCreateRequestAttributes 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.