@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestRequestCertificateItem extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONTENT |
static String |
JSON_PROPERTY_FILENAME |
static String |
JSON_PROPERTY_UPDATED_AT |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestRequestCertificateItem() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestRequestCertificateItem |
content(String content) |
boolean |
equals(Object o)
Return true if this SyntheticsTestRequestCertificateItem object is equal to o.
|
SyntheticsTestRequestCertificateItem |
filename(String filename) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getContent()
Content of the certificate or key.
|
String |
getFilename()
File name for the certificate or key.
|
String |
getUpdatedAt()
Date of update of the certificate or key, ISO format.
|
int |
hashCode() |
SyntheticsTestRequestCertificateItem |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setContent(String content) |
void |
setFilename(String filename) |
void |
setUpdatedAt(String updatedAt) |
String |
toString() |
SyntheticsTestRequestCertificateItem |
updatedAt(String updatedAt) |
public boolean unparsed
public static final String JSON_PROPERTY_CONTENT
public static final String JSON_PROPERTY_FILENAME
public static final String JSON_PROPERTY_UPDATED_AT
public SyntheticsTestRequestCertificateItem()
public SyntheticsTestRequestCertificateItem content(String content)
@Nullable public String getContent()
public void setContent(String content)
public SyntheticsTestRequestCertificateItem filename(String filename)
@Nullable public String getFilename()
public void setFilename(String filename)
public SyntheticsTestRequestCertificateItem updatedAt(String updatedAt)
@Nullable public String getUpdatedAt()
public void setUpdatedAt(String updatedAt)
public SyntheticsTestRequestCertificateItem 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 © 2024. All rights reserved.