public class ApproverOption extends AbstractModel
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2022. All rights reserved.