@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageLambdaHour extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FUNC_COUNT |
static String |
JSON_PROPERTY_HOUR |
static String |
JSON_PROPERTY_INVOCATIONS_SUM |
static String |
JSON_PROPERTY_ORG_NAME |
static String |
JSON_PROPERTY_PUBLIC_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageLambdaHour() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this UsageLambdaHour object is equal to o.
|
UsageLambdaHour |
funcCount(Long funcCount) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getFuncCount_JsonNullable() |
Long |
getFuncCount()
Contains the number of different functions for each region and AWS account.
|
OffsetDateTime |
getHour()
The hour for the usage.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getInvocationsSum_JsonNullable() |
Long |
getInvocationsSum()
Contains the sum of invocations of all functions.
|
String |
getOrgName()
The organization name.
|
String |
getPublicId()
The organization public ID.
|
int |
hashCode() |
UsageLambdaHour |
hour(OffsetDateTime hour) |
UsageLambdaHour |
invocationsSum(Long invocationsSum) |
UsageLambdaHour |
orgName(String orgName) |
UsageLambdaHour |
publicId(String publicId) |
UsageLambdaHour |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFuncCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> funcCount) |
void |
setFuncCount(Long funcCount) |
void |
setHour(OffsetDateTime hour) |
void |
setInvocationsSum_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> invocationsSum) |
void |
setInvocationsSum(Long invocationsSum) |
void |
setOrgName(String orgName) |
void |
setPublicId(String publicId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FUNC_COUNT
public static final String JSON_PROPERTY_HOUR
public static final String JSON_PROPERTY_INVOCATIONS_SUM
public static final String JSON_PROPERTY_ORG_NAME
public static final String JSON_PROPERTY_PUBLIC_ID
public UsageLambdaHour funcCount(Long funcCount)
@Nullable public Long getFuncCount()
public org.openapitools.jackson.nullable.JsonNullable<Long> getFuncCount_JsonNullable()
public void setFuncCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> funcCount)
public void setFuncCount(Long funcCount)
public UsageLambdaHour hour(OffsetDateTime hour)
@Nullable public OffsetDateTime getHour()
public void setHour(OffsetDateTime hour)
public UsageLambdaHour invocationsSum(Long invocationsSum)
@Nullable public Long getInvocationsSum()
public org.openapitools.jackson.nullable.JsonNullable<Long> getInvocationsSum_JsonNullable()
public void setInvocationsSum_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> invocationsSum)
public void setInvocationsSum(Long invocationsSum)
public UsageLambdaHour orgName(String orgName)
@Nullable public String getOrgName()
public void setOrgName(String orgName)
public UsageLambdaHour publicId(String publicId)
@Nullable public String getPublicId()
public void setPublicId(String publicId)
public UsageLambdaHour 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.