public class PerResourceAPIRequestLog extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
PerResourceAPIRequestLog()
No args constructor for use in serialization
|
PerResourceAPIRequestLog(List<PerNodeAPIRequestLog> byNode,
Long requestCount) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<PerNodeAPIRequestLog> |
getByNode() |
Long |
getRequestCount() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setByNode(List<PerNodeAPIRequestLog> byNode) |
void |
setRequestCount(Long requestCount) |
public PerResourceAPIRequestLog()
public PerResourceAPIRequestLog(List<PerNodeAPIRequestLog> byNode, Long requestCount)
byNode - requestCount - public List<PerNodeAPIRequestLog> getByNode()
public void setByNode(List<PerNodeAPIRequestLog> byNode)
public Long getRequestCount()
public void setRequestCount(Long requestCount)
Copyright © 2015–2020 Red Hat. All rights reserved.