@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() |
| Modifier and Type | Method and Description |
|---|---|
ProcessSummaryAttributes |
addTagsItem(String tagsItem) |
ProcessSummaryAttributes |
cmdline(String cmdline) |
boolean |
equals(Object o)
Return true if this ProcessSummaryAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getCmdline()
Process command line.
|
String |
getHost()
Host running the process.
|
Long |
getPid()
Process ID.
|
Long |
getPpid()
Parent process ID.
|
String |
getStart()
Time the process was started.
|
List<String> |
getTags()
List of tags associated with the process.
|
String |
getTimestamp()
Time the process was seen.
|
String |
getUser()
Process owner.
|
int |
hashCode() |
ProcessSummaryAttributes |
host(String host) |
ProcessSummaryAttributes |
pid(Long pid) |
ProcessSummaryAttributes |
ppid(Long ppid) |
ProcessSummaryAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCmdline(String cmdline) |
void |
setHost(String host) |
void |
setPid(Long pid) |
void |
setPpid(Long ppid) |
void |
setStart(String start) |
void |
setTags(List<String> tags) |
void |
setTimestamp(String timestamp) |
void |
setUser(String user) |
ProcessSummaryAttributes |
start(String start) |
ProcessSummaryAttributes |
tags(List<String> tags) |
ProcessSummaryAttributes |
timestamp(String timestamp) |
String |
toString() |
ProcessSummaryAttributes |
user(String user) |
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 ProcessSummaryAttributes 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.