public class SchemaResponse extends AbstractBceResponse
metadata| Constructor and Description |
|---|
SchemaResponse() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreateTime() |
String |
getDescription() |
String |
getId() |
long |
getLastUpdatedTime() |
String |
getName() |
List<SchemaProperty> |
getProperties() |
void |
setCreateTime(long createTime) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setLastUpdatedTime(long lastUpdatedTime) |
void |
setName(String name) |
void |
setProperties(List<SchemaProperty> properties) |
getMetadatapublic String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public long getCreateTime()
public void setCreateTime(long createTime)
public long getLastUpdatedTime()
public void setLastUpdatedTime(long lastUpdatedTime)
public List<SchemaProperty> getProperties()
public void setProperties(List<SchemaProperty> properties)
Copyright © 2021. All rights reserved.