public static class UpdateActionRequest.UpdateActionRequestActionInfoOutputDataRules
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
expectValue
example:
1
|
String |
operate
example:
EQ
|
String |
propertyPath
example:
a/b/c
|
| 构造器和说明 |
|---|
UpdateActionRequestActionInfoOutputDataRules() |
@NameInMap(value="expectValue") public String expectValue
1
@NameInMap(value="operate") public String operate
EQ
@NameInMap(value="propertyPath") public String propertyPath
a/b/c
public UpdateActionRequestActionInfoOutputDataRules()
public static UpdateActionRequest.UpdateActionRequestActionInfoOutputDataRules build(Map<String,?> map) throws Exception
Exceptionpublic UpdateActionRequest.UpdateActionRequestActionInfoOutputDataRules setExpectValue(String expectValue)
public String getExpectValue()
public UpdateActionRequest.UpdateActionRequestActionInfoOutputDataRules setOperate(String operate)
public String getOperate()
public UpdateActionRequest.UpdateActionRequestActionInfoOutputDataRules setPropertyPath(String propertyPath)
public String getPropertyPath()
Copyright © 2025. All rights reserved.