public static class DescribeOpenApiUsageResponse.OpenApiUsage extends Object
| 构造器和说明 |
|---|
OpenApiUsage() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getBlockCount() |
Integer |
getBlockDuration() |
String |
getDate() |
Integer |
getInnerTotalCount() |
Integer |
getOuterTotalCount() |
Integer |
getPassCount() |
Integer |
getPassDuration() |
String |
getResourceType() |
Integer |
getReviewCount() |
Integer |
getReviewDuration() |
String |
getScene() |
Integer |
getTotalCount() |
Integer |
getTotalDuration() |
void |
setBlockCount(Integer blockCount) |
void |
setBlockDuration(Integer blockDuration) |
void |
setDate(String date) |
void |
setInnerTotalCount(Integer innerTotalCount) |
void |
setOuterTotalCount(Integer outerTotalCount) |
void |
setPassCount(Integer passCount) |
void |
setPassDuration(Integer passDuration) |
void |
setResourceType(String resourceType) |
void |
setReviewCount(Integer reviewCount) |
void |
setReviewDuration(Integer reviewDuration) |
void |
setScene(String scene) |
void |
setTotalCount(Integer totalCount) |
void |
setTotalDuration(Integer totalDuration) |
public String getDate()
public void setDate(String date)
public String getResourceType()
public void setResourceType(String resourceType)
public String getScene()
public void setScene(String scene)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public Integer getPassCount()
public void setPassCount(Integer passCount)
public Integer getReviewCount()
public void setReviewCount(Integer reviewCount)
public Integer getBlockCount()
public void setBlockCount(Integer blockCount)
public Integer getInnerTotalCount()
public void setInnerTotalCount(Integer innerTotalCount)
public Integer getOuterTotalCount()
public void setOuterTotalCount(Integer outerTotalCount)
public Integer getTotalDuration()
public void setTotalDuration(Integer totalDuration)
public Integer getPassDuration()
public void setPassDuration(Integer passDuration)
public Integer getReviewDuration()
public void setReviewDuration(Integer reviewDuration)
public Integer getBlockDuration()
public void setBlockDuration(Integer blockDuration)
Copyright © 2019. All Rights Reserved.