public class DeviceApplyRecordEvent extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DeviceApplyRecordEvent.Builder |
| 构造器和说明 |
|---|
DeviceApplyRecordEvent() |
DeviceApplyRecordEvent(DeviceApplyRecordEvent.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getApplyDeviceOwnership() |
Integer |
getApplyStatus() |
String |
getApplyTime() |
String |
getDeviceApplyRecordId() |
DeviceRecordEvent |
getDeviceRecord() |
UserId |
getOperator() |
static DeviceApplyRecordEvent.Builder |
newBuilder() |
void |
setApplyDeviceOwnership(Integer applyDeviceOwnership) |
void |
setApplyStatus(Integer applyStatus) |
void |
setApplyTime(String applyTime) |
void |
setDeviceApplyRecordId(String deviceApplyRecordId) |
void |
setDeviceRecord(DeviceRecordEvent deviceRecord) |
void |
setOperator(UserId operator) |
public DeviceApplyRecordEvent()
public DeviceApplyRecordEvent(DeviceApplyRecordEvent.Builder builder)
public static DeviceApplyRecordEvent.Builder newBuilder()
public String getDeviceApplyRecordId()
public void setDeviceApplyRecordId(String deviceApplyRecordId)
public DeviceRecordEvent getDeviceRecord()
public void setDeviceRecord(DeviceRecordEvent deviceRecord)
public String getApplyTime()
public void setApplyTime(String applyTime)
public Integer getApplyStatus()
public void setApplyStatus(Integer applyStatus)
public UserId getOperator()
public void setOperator(UserId operator)
public Integer getApplyDeviceOwnership()
public void setApplyDeviceOwnership(Integer applyDeviceOwnership)
Copyright © 2025. All rights reserved.