public class CmqTransactionPolicy extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CmqTransactionPolicy() | 
| CmqTransactionPolicy(CmqTransactionPolicy 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 | getFirstQueryInterval()Get 第一次回查时间。 | 
| Long | getMaxQueryCount()Get 最大查询次数。 | 
| void | setFirstQueryInterval(Long FirstQueryInterval)Set 第一次回查时间。 | 
| void | setMaxQueryCount(Long MaxQueryCount)Set 最大查询次数。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CmqTransactionPolicy()
public CmqTransactionPolicy(CmqTransactionPolicy source)
public Long getFirstQueryInterval()
public void setFirstQueryInterval(Long FirstQueryInterval)
FirstQueryInterval - 第一次回查时间。public Long getMaxQueryCount()
public void setMaxQueryCount(Long MaxQueryCount)
MaxQueryCount - 最大查询次数。Copyright © 2025. All rights reserved.