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 Host 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 Host 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, toJsonStringpublic MachineLicenseDetail()
public MachineLicenseDetail(MachineLicenseDetail source)
public String getQuuid()
public void setQuuid(String Quuid)
Quuid - Host 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 © 2025. All rights reserved.