public class GetUAICensorResourceMetricInfoParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
GetUAICensorResourceMetricInfoParam(@NotEmpty(message="region can not be empty") String region,
@NotNull(message="beginTime can not be null") Long beginTime,
@NotNull(message="endTime can not be null") Long endTime,
@NotEmpty(message="resourceId can not be empty") String resourceId) |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getBeginTime() |
Long |
getEndTime() |
Integer |
getInterval() |
String |
getRegion() |
String |
getResourceId() |
String |
getZone() |
void |
setBeginTime(Long beginTime) |
void |
setEndTime(Long endTime) |
void |
setInterval(Integer interval) |
void |
setRegion(String region) |
void |
setResourceId(String resourceId) |
void |
setZone(String zone) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic GetUAICensorResourceMetricInfoParam(@NotEmpty(message="region can not be empty")
@NotEmpty(message="region can not be empty") String region,
@NotNull(message="beginTime can not be null")
@NotNull(message="beginTime can not be null") Long beginTime,
@NotNull(message="endTime can not be null")
@NotNull(message="endTime can not be null") Long endTime,
@NotEmpty(message="resourceId can not be empty")
@NotEmpty(message="resourceId can not be empty") String resourceId)
public String getRegion()
public void setRegion(String region)
public String getZone()
public void setZone(String zone)
public Long getBeginTime()
public void setBeginTime(Long beginTime)
public Long getEndTime()
public void setEndTime(Long endTime)
public String getResourceId()
public void setResourceId(String resourceId)
public Integer getInterval()
public void setInterval(Integer interval)
Copyright © 2019. All rights reserved.