Class Reference


  • public class Reference
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Reference.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      Reference()  
      Reference​(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> name, org.openapitools.jackson.nullable.JsonNullable<? extends ReferenceActive> active)  
    • Constructor Detail

      • Reference

        public Reference​(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> name,
                         org.openapitools.jackson.nullable.JsonNullable<? extends ReferenceActive> active)
      • Reference

        public Reference()
    • Method Detail

      • id

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

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

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
        The reference name
      • active

        public org.openapitools.jackson.nullable.JsonNullable<ReferenceActive> active()
        The reference status
      • withId

        public Reference withId​(java.lang.String id)
        The reference id
      • withId

        public Reference withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        The reference id
      • withRemoteId

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

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

        public Reference withName​(java.lang.String name)
        The reference name
      • withName

        public Reference withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        The reference name
      • withActive

        public Reference withActive​(org.openapitools.jackson.nullable.JsonNullable<? extends ReferenceActive> active)
        The reference status
      • 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