Class Account.Controller

    • Constructor Detail

      • Controller

        public Controller()
    • Method Detail

      • getIsController

        public java.lang.Boolean getIsController()
        true if the Connect application retrieving the resource controls the account and can therefore exercise platform controls. Otherwise, this field is null.
      • getType

        public java.lang.String getType()
        The controller type. Can be application, if a Connect application controls the account, or account, if the account controls itself.
      • setIsController

        public void setIsController​(java.lang.Boolean isController)
        true if the Connect application retrieving the resource controls the account and can therefore exercise platform controls. Otherwise, this field is null.
      • setType

        public void setType​(java.lang.String type)
        The controller type. Can be application, if a Connect application controls the account, or account, if the account controls itself.
      • equals

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

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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