Package com.morpheusdata.model
Class Request
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.Request
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected BigDecimal
protected List<RequestReference>
protected Request.ApprovalRequestType
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRefs()
void
setCurrency
(String currency) void
setExternalId
(String externalId) void
setExternalName
(String externalName) void
setPricePerMonth
(BigDecimal pricePerMonth) void
setRefs
(List<RequestReference> refs) void
setRequestType
(Request.ApprovalRequestType requestType) Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
requestType
-
externalId
-
externalName
-
refs
-
pricePerMonth
-
currency
-
-
Constructor Details
-
Request
public Request()
-
-
Method Details
-
getRequestType
-
getExternalId
-
getExternalName
-
getPricePerMonth
-
getCurrency
-
getRefs
-
setRequestType
-
setExternalId
-
setExternalName
-
setRefs
-
setPricePerMonth
-
setCurrency
-