public class ActionFieldConfigResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ActionFieldConfigResult() | 
| ActionFieldConfigResult(ActionFieldConfigResult 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 | getActionId()Get Action ID | 
| String | getActionName()Get Action name | 
| ActionFieldConfigDetail[] | getConfigDetail()Get Filed configuration details corresponding to the action | 
| void | setActionId(Long ActionId)Set Action ID | 
| void | setActionName(String ActionName)Set Action name | 
| void | setConfigDetail(ActionFieldConfigDetail[] ConfigDetail)Set Filed configuration details corresponding to the action | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ActionFieldConfigResult()
public ActionFieldConfigResult(ActionFieldConfigResult source)
public Long getActionId()
public void setActionId(Long ActionId)
ActionId - Action IDpublic String getActionName()
public void setActionName(String ActionName)
ActionName - Action namepublic ActionFieldConfigDetail[] getConfigDetail()
public void setConfigDetail(ActionFieldConfigDetail[] ConfigDetail)
ConfigDetail - Filed configuration details corresponding to the actionCopyright © 2025. All rights reserved.