Class Processor
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.billing.payment.Processor
@ApiType("SoftLayer_Billing_Payment_Processor") public class Processor extends Entity
- See Also:
- SoftLayer_Billing_Payment_Processor
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProcessor.Mask -
Field Summary
Fields Modifier and Type Field Description protected LongbrandAssignmentCountA count ofprotected List<Processor>brandAssignmentsprotected Stringdescriptionprotected booleandescriptionSpecifiedprotected Stringnameprotected booleannameSpecifiedprotected AccountownerAccountprotected LongpaymentMethodCountA count ofprotected List<Method>paymentMethodsprotected Typetype -
Constructor Summary
Constructors Constructor Description Processor() -
Method Summary
Modifier and Type Method Description LonggetBrandAssignmentCount()List<Processor>getBrandAssignments()StringgetDescription()StringgetName()AccountgetOwnerAccount()LonggetPaymentMethodCount()List<Method>getPaymentMethods()TypegetType()booleanisDescriptionSpecified()booleanisNameSpecified()voidsetBrandAssignmentCount(Long brandAssignmentCount)voidsetDescription(String description)voidsetName(String name)voidsetOwnerAccount(Account ownerAccount)voidsetPaymentMethodCount(Long paymentMethodCount)voidsetType(Type type)voidunsetDescription()voidunsetName()
-
Field Details
-
brandAssignments
-
ownerAccount
-
paymentMethods
-
type
-
description
-
descriptionSpecified
protected boolean descriptionSpecified -
name
-
nameSpecified
protected boolean nameSpecified -
brandAssignmentCount
A count of -
paymentMethodCount
A count of
-
-
Constructor Details
-
Processor
public Processor()
-
-
Method Details
-
getBrandAssignments
-
getOwnerAccount
-
setOwnerAccount
-
getPaymentMethods
-
getType
-
setType
-
getDescription
-
setDescription
-
isDescriptionSpecified
public boolean isDescriptionSpecified() -
unsetDescription
public void unsetDescription() -
getName
-
setName
-
isNameSpecified
public boolean isNameSpecified() -
unsetName
public void unsetName() -
getBrandAssignmentCount
-
setBrandAssignmentCount
-
getPaymentMethodCount
-
setPaymentMethodCount
-