public class RtopDateDistribution
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Integer |
count
example:
|
String |
date
example:
|
| Constructor and Description |
|---|
RtopDateDistribution() |
| Modifier and Type | Method and Description |
|---|---|
static RtopDateDistribution |
build(Map<String,?> map) |
Integer |
getCount() |
String |
getDate() |
RtopDateDistribution |
setCount(Integer count) |
RtopDateDistribution |
setDate(String date) |
@NameInMap(value="count") @Validation(required=true) public Integer count
10
@NameInMap(value="date")
@Validation(required=true,
pattern="\\d{4}[-]\\d{1,2}[-]\\d{1,2}[T]\\d{2}:\\d{2}:\\d{2}([Z]|([\\.]\\d{1,9})?[\\+]\\d{2}[\\:]?\\d{2})")
public String date
2018-09-09
public static RtopDateDistribution build(Map<String,?> map) throws Exception
Exceptionpublic RtopDateDistribution setCount(Integer count)
public Integer getCount()
public RtopDateDistribution setDate(String date)
public String getDate()
Copyright © 2025. All rights reserved.