@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class PagerDutyServiceKey extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_SERVICE_KEY |
boolean |
unparsed |
| Constructor and Description |
|---|
PagerDutyServiceKey() |
PagerDutyServiceKey(String serviceKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this PagerDutyServiceKey object is equal to o.
|
String |
getServiceKey()
Your service key in PagerDuty.
|
int |
hashCode() |
PagerDutyServiceKey |
serviceKey(String serviceKey) |
void |
setServiceKey(String serviceKey) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_SERVICE_KEY
public PagerDutyServiceKey()
public PagerDutyServiceKey(String serviceKey)
public PagerDutyServiceKey serviceKey(String serviceKey)
public String getServiceKey()
public void setServiceKey(String serviceKey)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.