public class Environment extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
company |
Timestamp |
createTime |
String |
createUser |
String |
description |
String |
id |
String |
location |
String |
name |
String |
picture |
EnvironmentState |
state |
EnvironmentType |
type |
Timestamp |
updateTime |
String |
updateUser |
String |
url |
| Constructor and Description |
|---|
Environment(String id,
Timestamp createTime,
String createUser,
Timestamp updateTime,
String updateUser,
EnvironmentType type,
EnvironmentState state,
String name,
String description,
String url,
String company,
String location,
String picture) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
toBytes() |
String |
toString() |
static Environment |
valueOf(byte[] data) |
static Environment |
valueOf(String content) |
public final String id
public final Timestamp createTime
public final String createUser
public Timestamp updateTime
public String updateUser
public final EnvironmentType type
public EnvironmentState state
public String name
public String description
public String url
public String company
public String location
public String picture
public byte[] toBytes()
public static Environment valueOf(byte[] data)
public static Environment valueOf(String content)
Copyright © 2015. All rights reserved.