public class ReInviteAction extends CompanyAction implements Serializable
| Constructor and Description |
|---|
ReInviteAction() |
ReInviteAction(DelegationType proposedDelegationType,
Long proposedRevenueShareMillipercent,
String proposedEmail) |
| 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
|
DelegationType |
getProposedDelegationType()
Gets the proposedDelegationType value for this ReInviteAction.
|
String |
getProposedEmail()
Gets the proposedEmail value for this ReInviteAction.
|
Long |
getProposedRevenueShareMillipercent()
Gets the proposedRevenueShareMillipercent value for this ReInviteAction.
|
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 |
setProposedDelegationType(DelegationType proposedDelegationType)
Sets the proposedDelegationType value for this ReInviteAction.
|
void |
setProposedEmail(String proposedEmail)
Sets the proposedEmail value for this ReInviteAction.
|
void |
setProposedRevenueShareMillipercent(Long proposedRevenueShareMillipercent)
Sets the proposedRevenueShareMillipercent value for this ReInviteAction.
|
String |
toString() |
public ReInviteAction()
public ReInviteAction(DelegationType proposedDelegationType, Long proposedRevenueShareMillipercent, String proposedEmail)
public String toString()
toString in class CompanyActionpublic DelegationType getProposedDelegationType()
public void setProposedDelegationType(DelegationType proposedDelegationType)
proposedDelegationType - * The type of delegation the parent has proposed to have over
the child, pending approval of the
child publisher.public Long getProposedRevenueShareMillipercent()
This field is ignored for Manage Inventory proposals.
public void setProposedRevenueShareMillipercent(Long proposedRevenueShareMillipercent)
proposedRevenueShareMillipercent - * The proposed revenue share that the parent publisher will receive
in millipercentage (values 0
to 100000) for Manage Account proposals. For example,
15% is 15000 millipercent.
This field is ignored for Manage Inventory proposals.
public String getProposedEmail()
This field is optional. If set, the scoping statement many not evaluate to more than one rejected or withdrawn child publisher.
public void setProposedEmail(String proposedEmail)
proposedEmail - * The updated email of the child publisher.
This field is optional. If set, the scoping statement many not evaluate to more than one rejected or withdrawn child publisher.
public boolean equals(Object obj)
equals in class CompanyActionpublic int hashCode()
hashCode in class CompanyActionpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.