public class QueryOperationLogsDepartmentReqBody extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
QueryOperationLogsDepartmentReqBody.Builder |
| 构造器和说明 |
|---|
QueryOperationLogsDepartmentReqBody() |
QueryOperationLogsDepartmentReqBody(QueryOperationLogsDepartmentReqBody.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getDepartmentIds() |
String |
getEndDate() |
String |
getStartDate() |
static QueryOperationLogsDepartmentReqBody.Builder |
newBuilder() |
void |
setDepartmentIds(String[] departmentIds) |
void |
setEndDate(String endDate) |
void |
setStartDate(String startDate) |
public QueryOperationLogsDepartmentReqBody()
public QueryOperationLogsDepartmentReqBody(QueryOperationLogsDepartmentReqBody.Builder builder)
public String[] getDepartmentIds()
public void setDepartmentIds(String[] departmentIds)
public String getStartDate()
public void setStartDate(String startDate)
public String getEndDate()
public void setEndDate(String endDate)
public static QueryOperationLogsDepartmentReqBody.Builder newBuilder()
Copyright © 2025. All rights reserved.