public class CreateRecodescreenRequest extends cn.com.antcloud.api.product.AntCloudProdRequest<CreateRecodescreenResponse>
| 构造器和说明 |
|---|
CreateRecodescreenRequest() |
CreateRecodescreenRequest(String productInstanceId) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAgent()
企业用户取证人姓名(如果certType为BUSINESS_LICENSE 则必传)
|
String |
getAgentNo()
企业用户取证人身份证号(如果certType为BUSINESS_LICENSE 则必传)
|
String |
getArea()
取证服务器地域 具体见附录 RecordScreenArea
|
String |
getCallbackUrl()
回调地址
|
String |
getCertName()
取证人证件名称
|
String |
getCertNo()
取证人证件号码
|
String |
getCertType()
取证人证件类型 具体见附录CertType
|
String |
getClientToken()
保证请求幂等性。
|
String |
getCrossRegion()
当所选地域无机器资源时,是否使用其它地域
目前取值只有默认值:FORBID
|
String |
getIpType()
ip地域取值
目前取值只有默认值:ANY
|
String |
getLegalPersonName()
企业法人代表姓名(如果certType为BUSINESS_LICENSE 则必传)
|
String |
getLegalPersonNo()
企业法人代表身份证号(如果certType为BUSINESS_LICENSE 则必传)
|
Long |
getMaxTimeInMin()
最大录屏时间,maxTimeInMin不能小于6min,不能大于300min
|
String |
getMemo()
取证备注(最长512个字符)
|
String |
getName()
取证名称(最长128个字符)
|
String |
getOrgId()
公证处Id
|
String |
getPhoneNum()
取证人电话号码,生成公证处证书需要,公证处需要作登记 格式范例:(86-573)2651630 或 (86)13738258505
|
ProxyData |
getProxyInfo()
代理信息
|
String |
getScreenCode()
定制录屏桌面识别码,目前取值只有默认值:DEFAULT
|
String |
getType()
取证类型 具体见附录 RecordScreenType
|
List<String> |
getUrl()
预校验网址和预打开网页(不能大于10条)
|
Long |
getWaitInMin()
服务器进入ready状态,指定时间未开始进入abort状态的等待时间,单位为分钟,默认1min,waitInMin不能小于1,不能大于10min
|
void |
setAgent(String agent)
企业用户取证人姓名(如果certType为BUSINESS_LICENSE 则必传)
|
void |
setAgentNo(String agentNo)
企业用户取证人身份证号(如果certType为BUSINESS_LICENSE 则必传)
|
void |
setArea(String area)
取证服务器地域 具体见附录 RecordScreenArea
|
void |
setCallbackUrl(String callbackUrl)
回调地址
|
void |
setCertName(String certName)
取证人证件名称
|
void |
setCertNo(String certNo)
取证人证件号码
|
void |
setCertType(String certType)
取证人证件类型 具体见附录CertType
|
void |
setClientToken(String clientToken)
保证请求幂等性。
|
void |
setCrossRegion(String crossRegion)
当所选地域无机器资源时,是否使用其它地域
目前取值只有默认值:FORBID
|
void |
setIpType(String ipType)
ip地域取值
目前取值只有默认值:ANY
|
void |
setLegalPersonName(String legalPersonName)
企业法人代表姓名(如果certType为BUSINESS_LICENSE 则必传)
|
void |
setLegalPersonNo(String legalPersonNo)
企业法人代表身份证号(如果certType为BUSINESS_LICENSE 则必传)
|
void |
setMaxTimeInMin(Long maxTimeInMin)
最大录屏时间,maxTimeInMin不能小于6min,不能大于300min
|
void |
setMemo(String memo)
取证备注(最长512个字符)
|
void |
setName(String name)
取证名称(最长128个字符)
|
void |
setOrgId(String orgId)
公证处Id
|
void |
setPhoneNum(String phoneNum)
取证人电话号码,生成公证处证书需要,公证处需要作登记 格式范例:(86-573)2651630 或 (86)13738258505
|
void |
setProxyInfo(ProxyData proxyInfo)
代理信息
|
void |
setScreenCode(String screenCode)
定制录屏桌面识别码,目前取值只有默认值:DEFAULT
|
void |
setType(String type)
取证类型 具体见附录 RecordScreenType
|
void |
setUrl(List<String> url)
预校验网址和预打开网页(不能大于10条)
|
void |
setWaitInMin(Long waitInMin)
服务器进入ready状态,指定时间未开始进入abort状态的等待时间,单位为分钟,默认1min,waitInMin不能小于1,不能大于10min
|
getProductInstanceId, getRegionName, setProductInstanceId, setRegionNamepublic CreateRecodescreenRequest(String productInstanceId)
public CreateRecodescreenRequest()
public String getName()
public void setName(String name)
public String getMemo()
public void setMemo(String memo)
public String getType()
public void setType(String type)
public String getArea()
public void setArea(String area)
public String getScreenCode()
public void setScreenCode(String screenCode)
public Long getMaxTimeInMin()
public void setMaxTimeInMin(Long maxTimeInMin)
public Long getWaitInMin()
public void setWaitInMin(Long waitInMin)
public String getCrossRegion()
public void setCrossRegion(String crossRegion)
public String getIpType()
public void setIpType(String ipType)
public String getCallbackUrl()
public void setCallbackUrl(String callbackUrl)
public String getOrgId()
public void setOrgId(String orgId)
public String getCertName()
public void setCertName(String certName)
public String getCertNo()
public void setCertNo(String certNo)
public String getCertType()
public void setCertType(String certType)
public String getLegalPersonName()
public void setLegalPersonName(String legalPersonName)
public String getLegalPersonNo()
public void setLegalPersonNo(String legalPersonNo)
public String getAgent()
public void setAgent(String agent)
public String getAgentNo()
public void setAgentNo(String agentNo)
public String getPhoneNum()
public void setPhoneNum(String phoneNum)
public ProxyData getProxyInfo()
public void setProxyInfo(ProxyData proxyInfo)
public String getClientToken()
public void setClientToken(String clientToken)
Copyright © 2021. All Rights Reserved.