Class FleetRelatedResource
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gse.v20191112.models.FleetRelatedResource
-
public class FleetRelatedResource extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FleetRelatedResource()FleetRelatedResource(FleetRelatedResource 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetResourceId()Get 资源ID,目前仅支持别名ID和队列名称 注意:此字段可能返回 null,表示取不到有效值。StringgetResourceRegion()Get 资源所在区域,如ap-shanghai、na-siliconvalley等 注意:此字段可能返回 null,表示取不到有效值。StringgetType()Get 资源类型。 - ALIAS:别名 - QUEUE:队列 注意:此字段可能返回 null,表示取不到有效值。voidsetResourceId(String ResourceId)Set 资源ID,目前仅支持别名ID和队列名称 注意:此字段可能返回 null,表示取不到有效值。voidsetResourceRegion(String ResourceRegion)Set 资源所在区域,如ap-shanghai、na-siliconvalley等 注意:此字段可能返回 null,表示取不到有效值。voidsetType(String Type)Set 资源类型。 - ALIAS:别名 - QUEUE:队列 注意:此字段可能返回 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
-
FleetRelatedResource
public FleetRelatedResource()
-
FleetRelatedResource
public FleetRelatedResource(FleetRelatedResource 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
-
getType
public String getType()
Get 资源类型。 - ALIAS:别名 - QUEUE:队列 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Type 资源类型。 - ALIAS:别名 - QUEUE:队列 注意:此字段可能返回 null,表示取不到有效值。
-
setType
public void setType(String Type)
Set 资源类型。 - ALIAS:别名 - QUEUE:队列 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Type- 资源类型。 - ALIAS:别名 - QUEUE:队列 注意:此字段可能返回 null,表示取不到有效值。
-
getResourceId
public String getResourceId()
Get 资源ID,目前仅支持别名ID和队列名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ResourceId 资源ID,目前仅支持别名ID和队列名称 注意:此字段可能返回 null,表示取不到有效值。
-
setResourceId
public void setResourceId(String ResourceId)
Set 资源ID,目前仅支持别名ID和队列名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ResourceId- 资源ID,目前仅支持别名ID和队列名称 注意:此字段可能返回 null,表示取不到有效值。
-
getResourceRegion
public String getResourceRegion()
Get 资源所在区域,如ap-shanghai、na-siliconvalley等 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ResourceRegion 资源所在区域,如ap-shanghai、na-siliconvalley等 注意:此字段可能返回 null,表示取不到有效值。
-
setResourceRegion
public void setResourceRegion(String ResourceRegion)
Set 资源所在区域,如ap-shanghai、na-siliconvalley等 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ResourceRegion- 资源所在区域,如ap-shanghai、na-siliconvalley等 注意:此字段可能返回 null,表示取不到有效值。
-
-