Class ReceiveInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dbbrain.v20210527.models.ReceiveInfo
-
public class ReceiveInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ReceiveInfo()
ReceiveInfo(ReceiveInfo 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 String
getEndReceiveTime()
Get 最后接收时间 注意:此字段可能返回 null,表示取不到有效值。Long[]
getReceiveGroup()
Get 接收组 注意:此字段可能返回 null,表示取不到有效值。String
getReceiveName()
Get 接收名 注意:此字段可能返回 null,表示取不到有效值。ReceiveUin[]
getReceiveUin()
Get 接收用户列表 注意:此字段可能返回 null,表示取不到有效值。Long[]
getSendChannel()
Get 推送渠道 注意:此字段可能返回 null,表示取不到有效值。String
getStartReceiveTime()
Get 开始时间 注意:此字段可能返回 null,表示取不到有效值。void
setEndReceiveTime(String EndReceiveTime)
Set 最后接收时间 注意:此字段可能返回 null,表示取不到有效值。void
setReceiveGroup(Long[] ReceiveGroup)
Set 接收组 注意:此字段可能返回 null,表示取不到有效值。void
setReceiveName(String ReceiveName)
Set 接收名 注意:此字段可能返回 null,表示取不到有效值。void
setReceiveUin(ReceiveUin[] ReceiveUin)
Set 接收用户列表 注意:此字段可能返回 null,表示取不到有效值。void
setSendChannel(Long[] SendChannel)
Set 推送渠道 注意:此字段可能返回 null,表示取不到有效值。void
setStartReceiveTime(String StartReceiveTime)
Set 开始时间 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
ReceiveInfo
public ReceiveInfo()
-
ReceiveInfo
public ReceiveInfo(ReceiveInfo 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
-
getReceiveGroup
public Long[] getReceiveGroup()
Get 接收组 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ReceiveGroup 接收组 注意:此字段可能返回 null,表示取不到有效值。
-
setReceiveGroup
public void setReceiveGroup(Long[] ReceiveGroup)
Set 接收组 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ReceiveGroup
- 接收组 注意:此字段可能返回 null,表示取不到有效值。
-
getEndReceiveTime
public String getEndReceiveTime()
Get 最后接收时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EndReceiveTime 最后接收时间 注意:此字段可能返回 null,表示取不到有效值。
-
setEndReceiveTime
public void setEndReceiveTime(String EndReceiveTime)
Set 最后接收时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EndReceiveTime
- 最后接收时间 注意:此字段可能返回 null,表示取不到有效值。
-
getReceiveName
public String getReceiveName()
Get 接收名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ReceiveName 接收名 注意:此字段可能返回 null,表示取不到有效值。
-
setReceiveName
public void setReceiveName(String ReceiveName)
Set 接收名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ReceiveName
- 接收名 注意:此字段可能返回 null,表示取不到有效值。
-
getSendChannel
public Long[] getSendChannel()
Get 推送渠道 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SendChannel 推送渠道 注意:此字段可能返回 null,表示取不到有效值。
-
setSendChannel
public void setSendChannel(Long[] SendChannel)
Set 推送渠道 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SendChannel
- 推送渠道 注意:此字段可能返回 null,表示取不到有效值。
-
getStartReceiveTime
public String getStartReceiveTime()
Get 开始时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StartReceiveTime 开始时间 注意:此字段可能返回 null,表示取不到有效值。
-
setStartReceiveTime
public void setStartReceiveTime(String StartReceiveTime)
Set 开始时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StartReceiveTime
- 开始时间 注意:此字段可能返回 null,表示取不到有效值。
-
getReceiveUin
public ReceiveUin[] getReceiveUin()
Get 接收用户列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ReceiveUin 接收用户列表 注意:此字段可能返回 null,表示取不到有效值。
-
setReceiveUin
public void setReceiveUin(ReceiveUin[] ReceiveUin)
Set 接收用户列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ReceiveUin
- 接收用户列表 注意:此字段可能返回 null,表示取不到有效值。
-
-