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 class
Processor.Mask
-
Field Summary
Fields Modifier and Type Field Description protected Long
brandAssignmentCount
A count ofprotected List<Processor>
brandAssignments
protected String
description
protected boolean
descriptionSpecified
protected String
name
protected boolean
nameSpecified
protected Account
ownerAccount
protected Long
paymentMethodCount
A count ofprotected List<Method>
paymentMethods
protected Type
type
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
Constructor Summary
Constructors Constructor Description Processor()
-
Method Summary
Modifier and Type Method Description Long
getBrandAssignmentCount()
List<Processor>
getBrandAssignments()
String
getDescription()
String
getName()
Account
getOwnerAccount()
Long
getPaymentMethodCount()
List<Method>
getPaymentMethods()
Type
getType()
boolean
isDescriptionSpecified()
boolean
isNameSpecified()
void
setBrandAssignmentCount(Long brandAssignmentCount)
void
setDescription(String description)
void
setName(String name)
void
setOwnerAccount(Account ownerAccount)
void
setPaymentMethodCount(Long paymentMethodCount)
void
setType(Type type)
void
unsetDescription()
void
unsetName()
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
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
-