public class GetSearchTabResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
gmtCreate |
String |
gmtModified |
String |
name |
Integer |
priority |
Integer |
status |
Integer |
tabId |
构造器和说明 |
---|
GetSearchTabResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static GetSearchTabResponseBody |
build(Map<String,?> map) |
String |
getGmtCreate() |
String |
getGmtModified() |
String |
getName() |
Integer |
getPriority() |
Integer |
getStatus() |
Integer |
getTabId() |
GetSearchTabResponseBody |
setGmtCreate(String gmtCreate) |
GetSearchTabResponseBody |
setGmtModified(String gmtModified) |
GetSearchTabResponseBody |
setName(String name) |
GetSearchTabResponseBody |
setPriority(Integer priority) |
GetSearchTabResponseBody |
setStatus(Integer status) |
GetSearchTabResponseBody |
setTabId(Integer tabId) |
@NameInMap(value="gmtCreate") public String gmtCreate
@NameInMap(value="gmtModified") public String gmtModified
@NameInMap(value="tabId") public Integer tabId
@NameInMap(value="name") public String name
@NameInMap(value="priority") public Integer priority
@NameInMap(value="status") public Integer status
public static GetSearchTabResponseBody build(Map<String,?> map) throws Exception
Exception
public GetSearchTabResponseBody setGmtCreate(String gmtCreate)
public String getGmtCreate()
public GetSearchTabResponseBody setGmtModified(String gmtModified)
public String getGmtModified()
public GetSearchTabResponseBody setTabId(Integer tabId)
public Integer getTabId()
public GetSearchTabResponseBody setName(String name)
public String getName()
public GetSearchTabResponseBody setPriority(Integer priority)
public Integer getPriority()
public GetSearchTabResponseBody setStatus(Integer status)
public Integer getStatus()
Copyright © 2021. All rights reserved.