public class OutcomeInfo
extends java.lang.Object
Constructor and Description |
---|
OutcomeInfo() |
OutcomeInfo(java.lang.String agentAname,
java.lang.String agentBname,
java.lang.String agentAclass,
java.lang.String agentBclass,
double agentAutility,
double agentButility,
double agentAutilityDiscount,
double agentButilityDiscount,
java.lang.String errorRemarks,
double agentAmaxUtil,
double agentBmaxUtil,
java.lang.String domainName,
java.lang.String agentAutilSpaceName,
java.lang.String agentButilSpaceName,
double time,
java.lang.String acceptedBy) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAcceptedBy() |
java.lang.String |
getAgentAclass() |
double |
getAgentAmaxUtil() |
java.lang.String |
getAgentAname() |
java.lang.Double |
getAgentAutility() |
double |
getAgentAutilityDiscount() |
java.lang.String |
getAgentAutilSpaceName() |
java.lang.String |
getAgentBclass() |
double |
getAgentBmaxUtil() |
java.lang.String |
getAgentBname() |
double |
getAgentButility() |
double |
getAgentButilityDiscount() |
java.lang.String |
getAgentButilSpaceName() |
java.lang.String |
getDomainName() |
java.lang.String |
getErrorRemarks() |
double |
getTimeOfAgreement() |
void |
setAcceptedBy(java.lang.String acceptedBy) |
void |
setAgentAclass(java.lang.String agentAclass) |
void |
setAgentAmaxUtil(double agentAmaxUtil) |
void |
setAgentAname(java.lang.String agentAname) |
void |
setAgentAutility(java.lang.Double agentAutility) |
void |
setAgentAutilityDiscount(double agentAutilityDiscount) |
void |
setAgentAutilSpaceName(java.lang.String agentAutilSpaceName) |
void |
setAgentBclass(java.lang.String agentBclass) |
void |
setAgentBmaxUtil(double agentBmaxUtil) |
void |
setAgentBname(java.lang.String agentBname) |
void |
setAgentButility(double agentButility) |
void |
setAgentButilityDiscount(double agentButilityDiscount) |
void |
setAgentButilSpaceName(java.lang.String agentButilSpaceName) |
void |
setDomainName(java.lang.String domainName) |
void |
setErrorRemarks(java.lang.String errorRemarks) |
void |
setTimeOfAgreement(double time) |
public OutcomeInfo()
public OutcomeInfo(java.lang.String agentAname, java.lang.String agentBname, java.lang.String agentAclass, java.lang.String agentBclass, double agentAutility, double agentButility, double agentAutilityDiscount, double agentButilityDiscount, java.lang.String errorRemarks, double agentAmaxUtil, double agentBmaxUtil, java.lang.String domainName, java.lang.String agentAutilSpaceName, java.lang.String agentButilSpaceName, double time, java.lang.String acceptedBy)
public java.lang.String getAgentAname()
public void setAgentAname(java.lang.String agentAname)
public java.lang.String getAgentBname()
public void setAgentBname(java.lang.String agentBname)
public java.lang.String getAgentAclass()
public void setAgentAclass(java.lang.String agentAclass)
public java.lang.String getAgentBclass()
public void setAgentBclass(java.lang.String agentBclass)
public java.lang.Double getAgentAutility()
public void setAgentAutility(java.lang.Double agentAutility)
public double getAgentButility()
public void setAgentButility(double agentButility)
public double getAgentAutilityDiscount()
public void setAgentAutilityDiscount(double agentAutilityDiscount)
public double getAgentButilityDiscount()
public void setAgentButilityDiscount(double agentButilityDiscount)
public java.lang.String getErrorRemarks()
public void setErrorRemarks(java.lang.String errorRemarks)
public double getAgentAmaxUtil()
public void setAgentAmaxUtil(double agentAmaxUtil)
public double getAgentBmaxUtil()
public void setAgentBmaxUtil(double agentBmaxUtil)
public java.lang.String getDomainName()
public void setDomainName(java.lang.String domainName)
public java.lang.String getAgentAutilSpaceName()
public void setAgentAutilSpaceName(java.lang.String agentAutilSpaceName)
public java.lang.String getAgentButilSpaceName()
public void setAgentButilSpaceName(java.lang.String agentButilSpaceName)
public double getTimeOfAgreement()
public void setTimeOfAgreement(double time)
public java.lang.String getAcceptedBy()
public void setAcceptedBy(java.lang.String acceptedBy)