Package com.morpheusdata.model
Class Request
- java.lang.Object
-
- com.morpheusdata.model.MorpheusModel
-
- com.morpheusdata.model.Request
-
public class Request extends MorpheusModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Request.ApprovalRequestType
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
currency
protected java.lang.String
externalId
protected java.lang.String
externalName
protected java.math.BigDecimal
pricePerMonth
protected java.util.List<RequestReference>
refs
protected Request.ApprovalRequestType
requestType
-
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
-
Constructor Summary
Constructors Constructor Description Request()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCurrency()
java.lang.String
getExternalId()
java.lang.String
getExternalName()
java.math.BigDecimal
getPricePerMonth()
java.util.List<RequestReference>
getRefs()
Request.ApprovalRequestType
getRequestType()
void
setCurrency(java.lang.String currency)
void
setExternalId(java.lang.String externalId)
void
setExternalName(java.lang.String externalName)
void
setPricePerMonth(java.math.BigDecimal pricePerMonth)
void
setRefs(java.util.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 Detail
-
requestType
protected Request.ApprovalRequestType requestType
-
externalId
protected java.lang.String externalId
-
externalName
protected java.lang.String externalName
-
refs
protected java.util.List<RequestReference> refs
-
pricePerMonth
protected java.math.BigDecimal pricePerMonth
-
currency
protected java.lang.String currency
-
-
Method Detail
-
getRequestType
public Request.ApprovalRequestType getRequestType()
-
getExternalId
public java.lang.String getExternalId()
-
getExternalName
public java.lang.String getExternalName()
-
getPricePerMonth
public java.math.BigDecimal getPricePerMonth()
-
getCurrency
public java.lang.String getCurrency()
-
getRefs
public java.util.List<RequestReference> getRefs()
-
setRequestType
public void setRequestType(Request.ApprovalRequestType requestType)
-
setExternalId
public void setExternalId(java.lang.String externalId)
-
setExternalName
public void setExternalName(java.lang.String externalName)
-
setRefs
public void setRefs(java.util.List<RequestReference> refs)
-
setPricePerMonth
public void setPricePerMonth(java.math.BigDecimal pricePerMonth)
-
setCurrency
public void setCurrency(java.lang.String currency)
-
-