public class RenewDataEngineRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
RenewDataEngineRequest() |
RenewDataEngineRequest(RenewDataEngineRequest 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 |
getDataEngineName()
Get CU queue name
|
Long |
getPayMode()
Get Payment type.
|
Long |
getRenewFlag()
Get Auto-renewal flag: 0 means the initial status, and there is no automatic renewal by default.
|
Long |
getTimeSpan()
Get Renewal period in months, which is at least one month.
|
String |
getTimeUnit()
Get Unit.
|
void |
setDataEngineName(String DataEngineName)
Set CU queue name
|
void |
setPayMode(Long PayMode)
Set Payment type.
|
void |
setRenewFlag(Long RenewFlag)
Set Auto-renewal flag: 0 means the initial status, and there is no automatic renewal by default.
|
void |
setTimeSpan(Long TimeSpan)
Set Renewal period in months, which is at least one month.
|
void |
setTimeUnit(String TimeUnit)
Set Unit.
|
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 RenewDataEngineRequest()
public RenewDataEngineRequest(RenewDataEngineRequest source)
public String getDataEngineName()
public void setDataEngineName(String DataEngineName)
DataEngineName
- CU queue namepublic Long getTimeSpan()
public void setTimeSpan(Long TimeSpan)
TimeSpan
- Renewal period in months, which is at least one month.public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- Payment type. It is 1 by default and is prepaid.public String getTimeUnit()
public void setTimeUnit(String TimeUnit)
TimeUnit
- Unit. It is m by default, and only m can be filled in.public Long getRenewFlag()
public void setRenewFlag(Long RenewFlag)
RenewFlag
- Auto-renewal flag: 0 means the initial status, and there is no automatic renewal by default. If the user has the privilege to retain services with prepayment, there will be an automatic renewal. 1 means that there is an automatic renewal. 2 means that there is surely no automatic renewal. If it is not specified, the parameter is 0 by default.Copyright © 2024. All rights reserved.