public class ApproverOption extends AbstractModel
skipSign| Constructor and Description |
|---|
ApproverOption() |
ApproverOption(ApproverOption 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 |
|---|---|
Boolean |
getNoRefuse()
Get 是否可以拒签 默认false-可以拒签 true-不可以拒签
|
Boolean |
getNoTransfer()
Get 是否可以转发 默认false-可以转发 true-不可以转发
|
void |
setNoRefuse(Boolean NoRefuse)
Set 是否可以拒签 默认false-可以拒签 true-不可以拒签
|
void |
setNoTransfer(Boolean NoTransfer)
Set 是否可以转发 默认false-可以转发 true-不可以转发
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ApproverOption()
public ApproverOption(ApproverOption source)
public Boolean getNoRefuse()
public void setNoRefuse(Boolean NoRefuse)
NoRefuse - 是否可以拒签 默认false-可以拒签 true-不可以拒签public Boolean getNoTransfer()
public void setNoTransfer(Boolean NoTransfer)
NoTransfer - 是否可以转发 默认false-可以转发 true-不可以转发Copyright © 2023. All rights reserved.