public class ExpertServiceOrderInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ExpertServiceOrderInfo() |
ExpertServiceOrderInfo(ExpertServiceOrderInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getBeginTime()
Get Service start time
|
String |
getEndTime()
Get Service end time
|
Long |
getInquireNum()
Get Number of services
|
Long |
getInquireType()
Get Order type.
|
Long |
getOrderId()
Get Order ID
|
Long |
getServiceTime()
Get Service duration, in months
|
Long |
getStatus()
Get Order status.
|
void |
setBeginTime(String BeginTime)
Set Service start time
|
void |
setEndTime(String EndTime)
Set Service end time
|
void |
setInquireNum(Long InquireNum)
Set Number of services
|
void |
setInquireType(Long InquireType)
Set Order type.
|
void |
setOrderId(Long OrderId)
Set Order ID
|
void |
setServiceTime(Long ServiceTime)
Set Service duration, in months
|
void |
setStatus(Long Status)
Set Order status.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ExpertServiceOrderInfo()
public ExpertServiceOrderInfo(ExpertServiceOrderInfo source)
public Long getOrderId()
public void setOrderId(Long OrderId)
OrderId
- Order IDpublic Long getInquireType()
public void setInquireType(Long InquireType)
InquireType
- Order type. 1: emergency; 2: Ultimate Edition important period guarantee; 3: security manager.public Long getInquireNum()
public void setInquireNum(Long InquireNum)
InquireNum
- Number of servicespublic String getBeginTime()
public void setBeginTime(String BeginTime)
BeginTime
- Service start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Service end timepublic Long getServiceTime()
public void setServiceTime(Long ServiceTime)
ServiceTime
- Service duration, in monthspublic Long getStatus()
public void setStatus(Long Status)
Status
- Order status. 0: not started; 1: in service; 2: expired; 3: completed; 4: refunded and terminated.Copyright © 2024. All rights reserved.