public class GetShiftRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetShiftRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetShiftRequest |
build(Map<String,?> map) |
String |
getOpUserId() |
Long |
getShiftId() |
GetShiftRequest |
setOpUserId(String opUserId) |
GetShiftRequest |
setShiftId(Long shiftId) |
@NameInMap(value="opUserId") public String opUserId
@NameInMap(value="shiftId") public Long shiftId
This parameter is required.
example:10
public static GetShiftRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetShiftRequest setOpUserId(String opUserId)
public String getOpUserId()
public GetShiftRequest setShiftId(Long shiftId)
public Long getShiftId()
Copyright © 2025. All rights reserved.