Class Actor


  • public class Actor
    extends java.lang.Object
    Actor

    The actor who made the change

    • Nested Class Summary

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

      Constructors 
      Constructor Description
      Actor()  
      Actor​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static Actor.Builder builder()  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
      Unique identifier
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      java.lang.String toString()  
      Actor withId​(java.lang.String id)
      Unique identifier
      Actor withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      Actor withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      Actor withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Actor

        public Actor​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                     org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      • Actor

        public Actor()
    • 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
      • withId

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

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

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

        public Actor withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • 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