Class RrectF
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cms.v20190321.models.RrectF
-
public class RrectF extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetCx()Get logo横坐标 注意:此字段可能返回 null,表示取不到有效值。FloatgetCy()Get logo纵坐标 注意:此字段可能返回 null,表示取不到有效值。FloatgetHeight()Get logo图标高度 注意:此字段可能返回 null,表示取不到有效值。FloatgetRotate()Get logo图标中心旋转度 注意:此字段可能返回 null,表示取不到有效值。FloatgetWidth()Get logo图标宽度 注意:此字段可能返回 null,表示取不到有效值。voidsetCx(Float Cx)Set logo横坐标 注意:此字段可能返回 null,表示取不到有效值。voidsetCy(Float Cy)Set logo纵坐标 注意:此字段可能返回 null,表示取不到有效值。voidsetHeight(Float Height)Set logo图标高度 注意:此字段可能返回 null,表示取不到有效值。voidsetRotate(Float Rotate)Set logo图标中心旋转度 注意:此字段可能返回 null,表示取不到有效值。voidsetWidth(Float Width)Set logo图标宽度 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RrectF
public RrectF()
-
RrectF
public RrectF(RrectF 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.
-
-
Method Detail
-
getWidth
public Float getWidth()
Get logo图标宽度 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Width logo图标宽度 注意:此字段可能返回 null,表示取不到有效值。
-
setWidth
public void setWidth(Float Width)
Set logo图标宽度 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Width- logo图标宽度 注意:此字段可能返回 null,表示取不到有效值。
-
getCy
public Float getCy()
Get logo纵坐标 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Cy logo纵坐标 注意:此字段可能返回 null,表示取不到有效值。
-
setCy
public void setCy(Float Cy)
Set logo纵坐标 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Cy- logo纵坐标 注意:此字段可能返回 null,表示取不到有效值。
-
getCx
public Float getCx()
Get logo横坐标 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Cx logo横坐标 注意:此字段可能返回 null,表示取不到有效值。
-
setCx
public void setCx(Float Cx)
Set logo横坐标 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Cx- logo横坐标 注意:此字段可能返回 null,表示取不到有效值。
-
getRotate
public Float getRotate()
Get logo图标中心旋转度 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Rotate logo图标中心旋转度 注意:此字段可能返回 null,表示取不到有效值。
-
setRotate
public void setRotate(Float Rotate)
Set logo图标中心旋转度 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Rotate- logo图标中心旋转度 注意:此字段可能返回 null,表示取不到有效值。
-
getHeight
public Float getHeight()
Get logo图标高度 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Height logo图标高度 注意:此字段可能返回 null,表示取不到有效值。
-
setHeight
public void setHeight(Float Height)
Set logo图标高度 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Height- logo图标高度 注意:此字段可能返回 null,表示取不到有效值。
-
-