public class MachineLicenseDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
MachineLicenseDetail() |
MachineLicenseDetail(MachineLicenseDetail 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 |
getInquireKey()
Get xxx
|
Long |
getPayMode()
Get xx
|
String |
getQuuid()
Get 主机quuid
|
String |
getResourceId()
Get xxx
|
Long |
getSourceType()
Get xxx
|
void |
setInquireKey(String InquireKey)
Set xxx
|
void |
setPayMode(Long PayMode)
Set xx
|
void |
setQuuid(String Quuid)
Set 主机quuid
|
void |
setResourceId(String ResourceId)
Set xxx
|
void |
setSourceType(Long SourceType)
Set xxx
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MachineLicenseDetail()
public MachineLicenseDetail(MachineLicenseDetail source)
public String getQuuid()
public void setQuuid(String Quuid)
Quuid
- 主机quuidpublic Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- xxpublic String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- xxxpublic String getInquireKey()
public void setInquireKey(String InquireKey)
InquireKey
- xxxpublic Long getSourceType()
public void setSourceType(Long SourceType)
SourceType
- xxxCopyright © 2024. All rights reserved.