public class TransactionPolicy extends AbstractModel
Constructor and Description |
---|
TransactionPolicy() |
Modifier and Type | Method and Description |
---|---|
Long |
getFirstQueryInterval()
Get 第一次回查时间。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMaxQueryCount()
Get 最大查询次数。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFirstQueryInterval(Long FirstQueryInterval)
Set 第一次回查时间。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMaxQueryCount(Long MaxQueryCount)
Set 最大查询次数。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getFirstQueryInterval()
public void setFirstQueryInterval(Long FirstQueryInterval)
FirstQueryInterval
- 第一次回查时间。
注意:此字段可能返回 null,表示取不到有效值。public Long getMaxQueryCount()
public void setMaxQueryCount(Long MaxQueryCount)
MaxQueryCount
- 最大查询次数。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.