Class CustomerNameBankModel


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2025-06-30T15:22:52.716328Z[Etc/UTC]")
    public class CustomerNameBankModel
    extends Object
    The customer's name. Only available for GET operations when 'include_pii' is set.
    • Constructor Detail

      • CustomerNameBankModel

        public CustomerNameBankModel()
    • Method Detail

      • getFirst

        @Nullable
        public String getFirst()
        The customer's first name.
        Returns:
        first
      • getFirst_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getFirst_JsonNullable()
      • setFirst_JsonNullable

        public void setFirst_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> first)
      • setFirst

        public void setFirst​(String first)
      • getMiddle

        @Nullable
        public String getMiddle()
        The customer's middle name.
        Returns:
        middle
      • getMiddle_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getMiddle_JsonNullable()
      • setMiddle_JsonNullable

        public void setMiddle_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> middle)
      • setMiddle

        public void setMiddle​(String middle)
      • getLast

        @Nullable
        public String getLast()
        The customer's last name.
        Returns:
        last
      • getLast_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getLast_JsonNullable()
      • setLast_JsonNullable

        public void setLast_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> last)
      • setLast

        public void setLast​(String last)
      • getFull

        @Nullable
        public String getFull()
        The customer's full name.
        Returns:
        full
      • getFull_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getFull_JsonNullable()
      • setFull_JsonNullable

        public void setFull_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> full)
      • setFull

        public void setFull​(String full)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object