Class ScorecardSection


  • public class ScorecardSection
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ScorecardSection()  
      ScorecardSection​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Field>> fields)  
    • Constructor Detail

      • ScorecardSection

        public ScorecardSection​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                                org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                                org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label,
                                org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Field>> fields)
      • ScorecardSection

        public ScorecardSection()
    • Method Detail

      • id

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
        Unique identifier
      • remoteId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
        Provider's unique identifier
      • label

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label()
        The label of the section
      • fields

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<Field>> fields()
        The fields within the section
      • withId

        public ScorecardSection withId​(java.lang.String id)
        Unique identifier
      • withId

        public ScorecardSection withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

        public ScorecardSection withRemoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • withRemoteId

        public ScorecardSection withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • withLabel

        public ScorecardSection withLabel​(java.lang.String label)
        The label of the section
      • withLabel

        public ScorecardSection withLabel​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
        The label of the section
      • withFields

        public ScorecardSection withFields​(java.util.List<Field> fields)
        The fields within the section
      • withFields

        public ScorecardSection withFields​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Field>> fields)
        The fields within the section
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object