Class BusinessLogV2
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.BusinessLogV2
-
public class BusinessLogV2 extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BusinessLogV2()BusinessLogV2(BusinessLogV2 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 StringgetContent()Get 日志内容 注意:此字段可能返回 null,表示取不到有效值。StringgetGroupId()Get 部署组ID 注意:此字段可能返回 null,表示取不到有效值。StringgetInstanceId()Get 实例ID 注意:此字段可能返回 null,表示取不到有效值。StringgetInstanceIp()Get 实例IP 注意:此字段可能返回 null,表示取不到有效值。StringgetLogId()Get 日志ID 注意:此字段可能返回 null,表示取不到有效值。LonggetTimestamp()Get 日志时间戳 注意:此字段可能返回 null,表示取不到有效值。voidsetContent(String Content)Set 日志内容 注意:此字段可能返回 null,表示取不到有效值。voidsetGroupId(String GroupId)Set 部署组ID 注意:此字段可能返回 null,表示取不到有效值。voidsetInstanceId(String InstanceId)Set 实例ID 注意:此字段可能返回 null,表示取不到有效值。voidsetInstanceIp(String InstanceIp)Set 实例IP 注意:此字段可能返回 null,表示取不到有效值。voidsetLogId(String LogId)Set 日志ID 注意:此字段可能返回 null,表示取不到有效值。voidsetTimestamp(Long Timestamp)Set 日志时间戳 注意:此字段可能返回 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
-
BusinessLogV2
public BusinessLogV2()
-
BusinessLogV2
public BusinessLogV2(BusinessLogV2 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
-
getInstanceId
public String getInstanceId()
Get 实例ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InstanceId 实例ID 注意:此字段可能返回 null,表示取不到有效值。
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InstanceId- 实例ID 注意:此字段可能返回 null,表示取不到有效值。
-
getContent
public String getContent()
Get 日志内容 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Content 日志内容 注意:此字段可能返回 null,表示取不到有效值。
-
setContent
public void setContent(String Content)
Set 日志内容 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Content- 日志内容 注意:此字段可能返回 null,表示取不到有效值。
-
getTimestamp
public Long getTimestamp()
Get 日志时间戳 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Timestamp 日志时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
setTimestamp
public void setTimestamp(Long Timestamp)
Set 日志时间戳 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Timestamp- 日志时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
getInstanceIp
public String getInstanceIp()
Get 实例IP 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InstanceIp 实例IP 注意:此字段可能返回 null,表示取不到有效值。
-
setInstanceIp
public void setInstanceIp(String InstanceIp)
Set 实例IP 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InstanceIp- 实例IP 注意:此字段可能返回 null,表示取不到有效值。
-
getLogId
public String getLogId()
Get 日志ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LogId 日志ID 注意:此字段可能返回 null,表示取不到有效值。
-
setLogId
public void setLogId(String LogId)
Set 日志ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LogId- 日志ID 注意:此字段可能返回 null,表示取不到有效值。
-
getGroupId
public String getGroupId()
Get 部署组ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- GroupId 部署组ID 注意:此字段可能返回 null,表示取不到有效值。
-
setGroupId
public void setGroupId(String GroupId)
Set 部署组ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
GroupId- 部署组ID 注意:此字段可能返回 null,表示取不到有效值。
-
-