public class ModeRecord extends Record
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_BUILD_MODE |
Constructor and Description |
---|
ModeRecord()
Construct a record with a default ID
|
ModeRecord(java.lang.String id)
Construct a default record with the specific ID
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBuildMode()
Return the build mode of DBB
|
ModeRecord |
parse(com.ibm.json.java.JSONObject jsonObj)
Create the record from JSON.
|
void |
setBuildMode(java.lang.String buildMode)
Set the build mode of DBB
|
com.ibm.json.java.JSONObject |
toJSON()
Returns the record in JSON format.
|
public static final java.lang.String PROP_BUILD_MODE
public ModeRecord()
public ModeRecord(java.lang.String id)
id
- the record IDpublic java.lang.String getBuildMode()
public void setBuildMode(java.lang.String buildMode)
buildMode
- the build mode of DBBpublic com.ibm.json.java.JSONObject toJSON()
public ModeRecord parse(com.ibm.json.java.JSONObject jsonObj)
<IBM Copyright © 2018 IBM Corp. All Rights Reserved.