| | |
| | | * @return 值 |
| | | */ |
| | | public int getUniBottomSafeDistanceBackgroundColor() { |
| | | return uniBottomSafeDistanceBackgroundColor; |
| | | return this.uniBottomSafeDistanceBackgroundColor; |
| | | } |
| | | |
| | | /** |
| | | * uni一级界面的安全距离背景颜色(0=电站详情界面,1=添加电站界面,2=设备调测界面) |
| | | * |
| | | * @param uniBottomSafeDistanceBackgroundColor (0=电站详情界面,1=添加电站界面,2=设备调测界面) |
| | | * @param uniBottomSafeDistanceBackgroundColorValue (0=电站详情界面,1=添加电站界面,2=设备调测界面) |
| | | */ |
| | | public void setUniBottomSafeDistanceBackgroundColor(int uniBottomSafeDistanceBackgroundColor) { |
| | | this.uniBottomSafeDistanceBackgroundColor = uniBottomSafeDistanceBackgroundColor; |
| | | public void setUniBottomSafeDistanceBackgroundColor(int uniBottomSafeDistanceBackgroundColorValue) { |
| | | this.uniBottomSafeDistanceBackgroundColor = uniBottomSafeDistanceBackgroundColorValue; |
| | | } |
| | | |
| | | /** |