@Generated(value="OracleSDKGenerator", comments="API Version: 20190111") public final class InvoicingPaymentTerm extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Payment Term details
Note: Objects should always be created or deserialized using the InvoicingPaymentTerm.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the InvoicingPaymentTerm.Builder
, which maintain a
set of all explicitly set fields called InvoicingPaymentTerm.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
InvoicingPaymentTerm.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
InvoicingPaymentTerm(String name,
String value,
String description,
Boolean isActive,
Date timeCreated,
String createdBy,
Date timeUpdated,
String updatedBy)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static InvoicingPaymentTerm.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getCreatedBy()
User that created the Payment term
|
String |
getDescription()
Payment term Description
|
Boolean |
getIsActive()
Payment term active flag
|
String |
getName()
Payment Term name
|
Date |
getTimeCreated()
Payment term last update date
|
Date |
getTimeUpdated()
Payment term last update date
|
String |
getUpdatedBy()
User that updated the Payment term
|
String |
getValue()
Payment Term value
|
int |
hashCode() |
InvoicingPaymentTerm.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"name","value","description","isActive","timeCreated","createdBy","timeUpdated","updatedBy"}) public InvoicingPaymentTerm(String name, String value, String description, Boolean isActive, Date timeCreated, String createdBy, Date timeUpdated, String updatedBy)
public static InvoicingPaymentTerm.Builder builder()
Create a new builder.
public InvoicingPaymentTerm.Builder toBuilder()
public String getName()
Payment Term name
public String getValue()
Payment Term value
public String getDescription()
Payment term Description
public Boolean getIsActive()
Payment term active flag
public Date getTimeCreated()
Payment term last update date
public String getCreatedBy()
User that created the Payment term
public Date getTimeUpdated()
Payment term last update date
public String getUpdatedBy()
User that updated the Payment term
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.