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