@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageRumSessionsHour extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HOUR |
static String |
JSON_PROPERTY_ORG_NAME |
static String |
JSON_PROPERTY_PUBLIC_ID |
static String |
JSON_PROPERTY_REPLAY_SESSION_COUNT |
static String |
JSON_PROPERTY_SESSION_COUNT |
static String |
JSON_PROPERTY_SESSION_COUNT_ANDROID |
static String |
JSON_PROPERTY_SESSION_COUNT_FLUTTER |
static String |
JSON_PROPERTY_SESSION_COUNT_IOS |
static String |
JSON_PROPERTY_SESSION_COUNT_REACTNATIVE |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageRumSessionsHour() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this UsageRumSessionsHour 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.
|
OffsetDateTime |
getHour()
The hour for the usage.
|
String |
getOrgName()
The organization name.
|
String |
getPublicId()
The organization public ID.
|
Long |
getReplaySessionCount()
Contains the number of RUM Session Replay counts (data available beginning November 1, 2021).
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getSessionCount_JsonNullable() |
Long |
getSessionCount()
Contains the number of browser RUM lite Sessions.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getSessionCountAndroid_JsonNullable() |
Long |
getSessionCountAndroid()
Contains the number of mobile RUM sessions on Android (data available beginning December 1,
2020).
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getSessionCountFlutter_JsonNullable() |
Long |
getSessionCountFlutter()
Contains the number of mobile RUM sessions on Flutter (data available beginning March 1, 2023).
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getSessionCountIos_JsonNullable() |
Long |
getSessionCountIos()
Contains the number of mobile RUM sessions on iOS (data available beginning December 1, 2020).
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getSessionCountReactnative_JsonNullable() |
Long |
getSessionCountReactnative()
Contains the number of mobile RUM sessions on React Native (data available beginning May 1,
2022).
|
int |
hashCode() |
UsageRumSessionsHour |
hour(OffsetDateTime hour) |
UsageRumSessionsHour |
orgName(String orgName) |
UsageRumSessionsHour |
publicId(String publicId) |
UsageRumSessionsHour |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
UsageRumSessionsHour |
replaySessionCount(Long replaySessionCount) |
UsageRumSessionsHour |
sessionCount(Long sessionCount) |
UsageRumSessionsHour |
sessionCountAndroid(Long sessionCountAndroid) |
UsageRumSessionsHour |
sessionCountFlutter(Long sessionCountFlutter) |
UsageRumSessionsHour |
sessionCountIos(Long sessionCountIos) |
UsageRumSessionsHour |
sessionCountReactnative(Long sessionCountReactnative) |
void |
setHour(OffsetDateTime hour) |
void |
setOrgName(String orgName) |
void |
setPublicId(String publicId) |
void |
setReplaySessionCount(Long replaySessionCount) |
void |
setSessionCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> sessionCount) |
void |
setSessionCount(Long sessionCount) |
void |
setSessionCountAndroid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> sessionCountAndroid) |
void |
setSessionCountAndroid(Long sessionCountAndroid) |
void |
setSessionCountFlutter_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> sessionCountFlutter) |
void |
setSessionCountFlutter(Long sessionCountFlutter) |
void |
setSessionCountIos_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> sessionCountIos) |
void |
setSessionCountIos(Long sessionCountIos) |
void |
setSessionCountReactnative_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> sessionCountReactnative) |
void |
setSessionCountReactnative(Long sessionCountReactnative) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_HOUR
public static final String JSON_PROPERTY_ORG_NAME
public static final String JSON_PROPERTY_PUBLIC_ID
public static final String JSON_PROPERTY_REPLAY_SESSION_COUNT
public static final String JSON_PROPERTY_SESSION_COUNT
public static final String JSON_PROPERTY_SESSION_COUNT_ANDROID
public static final String JSON_PROPERTY_SESSION_COUNT_FLUTTER
public static final String JSON_PROPERTY_SESSION_COUNT_IOS
public static final String JSON_PROPERTY_SESSION_COUNT_REACTNATIVE
public UsageRumSessionsHour hour(OffsetDateTime hour)
@Nullable public OffsetDateTime getHour()
public void setHour(OffsetDateTime hour)
public UsageRumSessionsHour orgName(String orgName)
@Nullable public String getOrgName()
public void setOrgName(String orgName)
public UsageRumSessionsHour publicId(String publicId)
@Nullable public String getPublicId()
public void setPublicId(String publicId)
public UsageRumSessionsHour replaySessionCount(Long replaySessionCount)
@Nullable public Long getReplaySessionCount()
public void setReplaySessionCount(Long replaySessionCount)
public UsageRumSessionsHour sessionCount(Long sessionCount)
@Nullable public Long getSessionCount()
public org.openapitools.jackson.nullable.JsonNullable<Long> getSessionCount_JsonNullable()
public void setSessionCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> sessionCount)
public void setSessionCount(Long sessionCount)
public UsageRumSessionsHour sessionCountAndroid(Long sessionCountAndroid)
@Nullable public Long getSessionCountAndroid()
public org.openapitools.jackson.nullable.JsonNullable<Long> getSessionCountAndroid_JsonNullable()
public void setSessionCountAndroid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> sessionCountAndroid)
public void setSessionCountAndroid(Long sessionCountAndroid)
public UsageRumSessionsHour sessionCountFlutter(Long sessionCountFlutter)
@Nullable public Long getSessionCountFlutter()
public org.openapitools.jackson.nullable.JsonNullable<Long> getSessionCountFlutter_JsonNullable()
public void setSessionCountFlutter_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> sessionCountFlutter)
public void setSessionCountFlutter(Long sessionCountFlutter)
public UsageRumSessionsHour sessionCountIos(Long sessionCountIos)
@Nullable public Long getSessionCountIos()
public org.openapitools.jackson.nullable.JsonNullable<Long> getSessionCountIos_JsonNullable()
public void setSessionCountIos_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> sessionCountIos)
public void setSessionCountIos(Long sessionCountIos)
public UsageRumSessionsHour sessionCountReactnative(Long sessionCountReactnative)
@Nullable public Long getSessionCountReactnative()
public org.openapitools.jackson.nullable.JsonNullable<Long> getSessionCountReactnative_JsonNullable()
public void setSessionCountReactnative_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> sessionCountReactnative)
public void setSessionCountReactnative(Long sessionCountReactnative)
public UsageRumSessionsHour 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.