public static class GetRangeResponseBody.GetRangeResponseBodyBackgroundColors
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
blue
example:
blue_value
|
Integer |
green
example:
green_value
|
String |
hexString
example:
hex_string_value
|
Integer |
red
example:
red_value
|
| 构造器和说明 |
|---|
GetRangeResponseBodyBackgroundColors() |
@NameInMap(value="red") public Integer red
red_value
@NameInMap(value="green") public Integer green
green_value
@NameInMap(value="blue") public Integer blue
blue_value
@NameInMap(value="hexString") public String hexString
hex_string_value
public static GetRangeResponseBody.GetRangeResponseBodyBackgroundColors build(Map<String,?> map) throws Exception
Exceptionpublic GetRangeResponseBody.GetRangeResponseBodyBackgroundColors setRed(Integer red)
public Integer getRed()
public GetRangeResponseBody.GetRangeResponseBodyBackgroundColors setGreen(Integer green)
public Integer getGreen()
public GetRangeResponseBody.GetRangeResponseBodyBackgroundColors setBlue(Integer blue)
public Integer getBlue()
public GetRangeResponseBody.GetRangeResponseBodyBackgroundColors setHexString(String hexString)
public String getHexString()
Copyright © 2025. All rights reserved.