public class ResetConsumeOffsetRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
resetTime
The time when the consumer offset is reset.
|
String |
resetType
The method that is used to reset the consumer offset.
|
| 构造器和说明 |
|---|
ResetConsumeOffsetRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ResetConsumeOffsetRequest |
build(Map<String,?> map) |
String |
getResetTime() |
String |
getResetType() |
ResetConsumeOffsetRequest |
setResetTime(String resetTime) |
ResetConsumeOffsetRequest |
setResetType(String resetType) |
@NameInMap(value="resetTime") public String resetTime
The time when the consumer offset is reset.
@NameInMap(value="resetType") public String resetType
The method that is used to reset the consumer offset. Valid values: LATEST_OFFSET and SPECIFIED_TIME.
public static ResetConsumeOffsetRequest build(Map<String,?> map) throws Exception
Exceptionpublic ResetConsumeOffsetRequest setResetTime(String resetTime)
public String getResetTime()
public ResetConsumeOffsetRequest setResetType(String resetType)
public String getResetType()
Copyright © 2024. All rights reserved.