public interface EarningsProductBreakdownOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChildPayment()
public abstract Money getChildPayment()The portion of the total earnings for the specified product type paid to the child publisher.
optional .google.type.Money child_payment = 4;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Money |
The childPayment. |
getChildPaymentOrBuilder()
public abstract MoneyOrBuilder getChildPaymentOrBuilder()The portion of the total earnings for the specified product type paid to the child publisher.
optional .google.type.Money child_payment = 4;
| Returns | |
|---|---|
| Type | Description |
com.google.type.MoneyOrBuilder |
|
getDeductions()
public abstract Money getDeductions()The deductions for the specified product type for the month due to spam.
optional .google.type.Money deductions = 5;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Money |
The deductions. |
getDeductionsOrBuilder()
public abstract MoneyOrBuilder getDeductionsOrBuilder()The deductions for the specified product type for the month due to spam.
optional .google.type.Money deductions = 5;
| Returns | |
|---|---|
| Type | Description |
com.google.type.MoneyOrBuilder |
|
getParentPayment()
public abstract Money getParentPayment()The portion of the total earnings for the specified product type paid to the parent publisher.
optional .google.type.Money parent_payment = 3;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Money |
The parentPayment. |
getParentPaymentOrBuilder()
public abstract MoneyOrBuilder getParentPaymentOrBuilder()The portion of the total earnings for the specified product type paid to the parent publisher.
optional .google.type.Money parent_payment = 3;
| Returns | |
|---|---|
| Type | Description |
com.google.type.MoneyOrBuilder |
|
getProductType()
public abstract McmEarningsProductTypeEnum.McmEarningsProductType getProductType()The syndication product type of the child's earnings in MCM.
optional .google.ads.admanager.v1.McmEarningsProductTypeEnum.McmEarningsProductType product_type = 1;
| Returns | |
|---|---|
| Type | Description |
McmEarningsProductTypeEnum.McmEarningsProductType |
The productType. |
getProductTypeValue()
public abstract int getProductTypeValue()The syndication product type of the child's earnings in MCM.
optional .google.ads.admanager.v1.McmEarningsProductTypeEnum.McmEarningsProductType product_type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for productType. |
getTotalEarnings()
public abstract Money getTotalEarnings()The total earnings for the specified product type for the month.
optional .google.type.Money total_earnings = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Money |
The totalEarnings. |
getTotalEarningsOrBuilder()
public abstract MoneyOrBuilder getTotalEarningsOrBuilder()The total earnings for the specified product type for the month.
optional .google.type.Money total_earnings = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.type.MoneyOrBuilder |
|
hasChildPayment()
public abstract boolean hasChildPayment()The portion of the total earnings for the specified product type paid to the child publisher.
optional .google.type.Money child_payment = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the childPayment field is set. |
hasDeductions()
public abstract boolean hasDeductions()The deductions for the specified product type for the month due to spam.
optional .google.type.Money deductions = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the deductions field is set. |
hasParentPayment()
public abstract boolean hasParentPayment()The portion of the total earnings for the specified product type paid to the parent publisher.
optional .google.type.Money parent_payment = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the parentPayment field is set. |
hasProductType()
public abstract boolean hasProductType()The syndication product type of the child's earnings in MCM.
optional .google.ads.admanager.v1.McmEarningsProductTypeEnum.McmEarningsProductType product_type = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the productType field is set. |
hasTotalEarnings()
public abstract boolean hasTotalEarnings()The total earnings for the specified product type for the month.
optional .google.type.Money total_earnings = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the totalEarnings field is set. |