public class Response extends Object
| 构造器和说明 |
|---|
Response() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDescription() |
String |
getName() |
String |
getType() |
String |
getValue() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setType(String type) |
void |
setValue(String value) |
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public String getType()
public void setType(String type)
public String getDescription()
public void setDescription(String description)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.