@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SecureEmbedUpdateResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_CREDENTIAL_SUFFIX |
static String |
JSON_PROPERTY_DASHBOARD_ID |
static String |
JSON_PROPERTY_GLOBAL_TIME |
static String |
JSON_PROPERTY_GLOBAL_TIME_SELECTABLE |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_SELECTABLE_TEMPLATE_VARS |
static String |
JSON_PROPERTY_SHARE_TYPE |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_TITLE |
static String |
JSON_PROPERTY_TOKEN |
static String |
JSON_PROPERTY_URL |
static String |
JSON_PROPERTY_VIEWING_PREFERENCES |
boolean |
unparsed |
| Constructor and Description |
|---|
SecureEmbedUpdateResponseAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREDENTIAL_SUFFIX
public static final String JSON_PROPERTY_DASHBOARD_ID
public static final String JSON_PROPERTY_GLOBAL_TIME
public static final String JSON_PROPERTY_GLOBAL_TIME_SELECTABLE
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_SELECTABLE_TEMPLATE_VARS
public static final String JSON_PROPERTY_SHARE_TYPE
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_TITLE
public static final String JSON_PROPERTY_TOKEN
public static final String JSON_PROPERTY_URL
public static final String JSON_PROPERTY_VIEWING_PREFERENCES
@Nullable public String getCreatedAt()
@Nullable public String getCredentialSuffix()
0000 if unavailable.@Nullable public String getDashboardId()
public SecureEmbedUpdateResponseAttributes globalTime(SecureEmbedGlobalTime globalTime)
@Nullable public SecureEmbedGlobalTime getGlobalTime()
public void setGlobalTime(SecureEmbedGlobalTime globalTime)
public SecureEmbedUpdateResponseAttributes globalTimeSelectable(Boolean globalTimeSelectable)
@Nullable public Boolean getGlobalTimeSelectable()
public void setGlobalTimeSelectable(Boolean globalTimeSelectable)
@Nullable public String getId()
public SecureEmbedUpdateResponseAttributes selectableTemplateVars(List<SecureEmbedSelectableTemplateVariable> selectableTemplateVars)
public SecureEmbedUpdateResponseAttributes addSelectableTemplateVarsItem(SecureEmbedSelectableTemplateVariable selectableTemplateVarsItem)
@Nullable public List<SecureEmbedSelectableTemplateVariable> getSelectableTemplateVars()
public void setSelectableTemplateVars(List<SecureEmbedSelectableTemplateVariable> selectableTemplateVars)
public SecureEmbedUpdateResponseAttributes shareType(SecureEmbedShareType shareType)
@Nullable public SecureEmbedShareType getShareType()
secure_embed.public void setShareType(SecureEmbedShareType shareType)
public SecureEmbedUpdateResponseAttributes status(SecureEmbedStatus status)
@Nullable public SecureEmbedStatus getStatus()
public void setStatus(SecureEmbedStatus status)
public SecureEmbedUpdateResponseAttributes title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
@Nullable public String getToken()
@Nullable public String getUrl()
public SecureEmbedUpdateResponseAttributes viewingPreferences(SecureEmbedViewingPreferences viewingPreferences)
@Nullable public SecureEmbedViewingPreferences getViewingPreferences()
public void setViewingPreferences(SecureEmbedViewingPreferences viewingPreferences)
public SecureEmbedUpdateResponseAttributes 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.