public class StackState
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
StackState() |
| 限定符和类型 | 方法和说明 |
|---|---|
static StackState |
build(Map<String,?> map) |
Boolean |
getIsBlack() |
String |
getState() |
List<String> |
getValues() |
StackState |
setIsBlack(Boolean isBlack) |
StackState |
setState(String state) |
StackState |
setValues(List<String> values) |
@NameInMap(value="state") @Validation(required=true) public String state
@NameInMap(value="is_black") @Validation(required=true) public Boolean isBlack
public static StackState build(Map<String,?> map) throws Exception
Exceptionpublic StackState setState(String state)
public String getState()
public StackState setValues(List<String> values)
public StackState setIsBlack(Boolean isBlack)
public Boolean getIsBlack()
Copyright © 2022. All rights reserved.