public class ImageReviewUsageDataItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
ImageReviewUsageDataItem() |
ImageReviewUsageDataItem(ImageReviewUsageDataItem source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCount()
Get The number of times the image recognition feature is used.
|
String |
getTime()
Get The start time (in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format)) of the data returned.
|
void |
setCount(Long Count)
Set The number of times the image recognition feature is used.
|
void |
setTime(String Time)
Set The start time (in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format)) of the data returned.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ImageReviewUsageDataItem()
public ImageReviewUsageDataItem(ImageReviewUsageDataItem source)
public String getTime()
public void setTime(String Time)
Time
- The start time (in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format)) of the data returned. For example, if the granularity is a day, `2018-12-01T00:00:00+08:00` indicates that the data is for the whole day of December 1, 2018.public Long getCount()
public void setCount(Long Count)
Count
- The number of times the image recognition feature is used.Copyright © 2024. All rights reserved.