@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProcessSummaryAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CMDLINE |
static String |
JSON_PROPERTY_HOST |
static String |
JSON_PROPERTY_PID |
static String |
JSON_PROPERTY_PPID |
static String |
JSON_PROPERTY_START |
static String |
JSON_PROPERTY_TAGS |
static String |
JSON_PROPERTY_TIMESTAMP |
static String |
JSON_PROPERTY_USER |
boolean |
unparsed |
| Constructor and Description |
|---|
ProcessSummaryAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_CMDLINE
public static final String JSON_PROPERTY_HOST
public static final String JSON_PROPERTY_PID
public static final String JSON_PROPERTY_PPID
public static final String JSON_PROPERTY_START
public static final String JSON_PROPERTY_TAGS
public static final String JSON_PROPERTY_TIMESTAMP
public static final String JSON_PROPERTY_USER
public ProcessSummaryAttributes cmdline(String cmdline)
@Nullable public String getCmdline()
public void setCmdline(String cmdline)
public ProcessSummaryAttributes host(String host)
@Nullable public String getHost()
public void setHost(String host)
public ProcessSummaryAttributes pid(Long pid)
@Nullable public Long getPid()
public void setPid(Long pid)
public ProcessSummaryAttributes ppid(Long ppid)
@Nullable public Long getPpid()
public void setPpid(Long ppid)
public ProcessSummaryAttributes start(String start)
@Nullable public String getStart()
public void setStart(String start)
public ProcessSummaryAttributes tags(List<String> tags)
public ProcessSummaryAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public ProcessSummaryAttributes timestamp(String timestamp)
@Nullable public String getTimestamp()
public void setTimestamp(String timestamp)
public ProcessSummaryAttributes user(String user)
@Nullable public String getUser()
public void setUser(String user)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.