public class DeployInfoStatus extends Object implements Serializable
| Constructor and Description |
|---|
DeployInfoStatus() |
DeployInfoStatus(String ghnID,
PackageInfoStatus packageInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getGhnID()
Gets the ghnID value for this DeployInfoStatus.
|
PackageInfoStatus |
getPackageInfo()
Gets the packageInfo value for this DeployInfoStatus.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setGhnID(String ghnID)
Sets the ghnID value for this DeployInfoStatus.
|
void |
setPackageInfo(PackageInfoStatus packageInfo)
Sets the packageInfo value for this DeployInfoStatus.
|
public DeployInfoStatus()
public DeployInfoStatus(String ghnID, PackageInfoStatus packageInfo)
public String getGhnID()
public void setGhnID(String ghnID)
ghnID - public PackageInfoStatus getPackageInfo()
public void setPackageInfo(PackageInfoStatus packageInfo)
packageInfo - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All Rights Reserved.