public class DeviceBehaviorLogResponse extends AlipayObject
| 构造器和说明 |
|---|
DeviceBehaviorLogResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBehaviorType() |
String |
getLogContent() |
Date |
getLogTime() |
void |
setBehaviorType(String behaviorType) |
void |
setLogContent(String logContent) |
void |
setLogTime(Date logTime) |
public String getBehaviorType()
public void setBehaviorType(String behaviorType)
public String getLogContent()
public void setLogContent(String logContent)
public Date getLogTime()
public void setLogTime(Date logTime)
Copyright © 2020. All rights reserved.