Class OperateResponseData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.OperateResponseData
-
public class OperateResponseData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OperateResponseData()OperateResponseData(OperateResponseData 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 LonggetFlowId()Get FlowId11 注意:此字段可能返回 null,表示取不到有效值。RouteDTOgetRouteDTO()Get RouteIdDto 注意:此字段可能返回 null,表示取不到有效值。voidsetFlowId(Long FlowId)Set FlowId11 注意:此字段可能返回 null,表示取不到有效值。voidsetRouteDTO(RouteDTO RouteDTO)Set RouteIdDto 注意:此字段可能返回 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
-
OperateResponseData
public OperateResponseData()
-
OperateResponseData
public OperateResponseData(OperateResponseData 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
-
getFlowId
public Long getFlowId()
Get FlowId11 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FlowId FlowId11 注意:此字段可能返回 null,表示取不到有效值。
-
setFlowId
public void setFlowId(Long FlowId)
Set FlowId11 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FlowId- FlowId11 注意:此字段可能返回 null,表示取不到有效值。
-
getRouteDTO
public RouteDTO getRouteDTO()
Get RouteIdDto 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RouteDTO RouteIdDto 注意:此字段可能返回 null,表示取不到有效值。
-
setRouteDTO
public void setRouteDTO(RouteDTO RouteDTO)
Set RouteIdDto 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RouteDTO- RouteIdDto 注意:此字段可能返回 null,表示取不到有效值。
-
-