Class PolicyMetadata

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class PolicyMetadata
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    PolicyMetadata.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getActions()
      Gets the actions.
      java.lang.String getDomain()
      Gets the domain.
      java.lang.String getObject()
      Gets the object.
      java.lang.String getSubject()
      Gets the subject.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getSubject

        public java.lang.String getSubject()
        Gets the subject. subject.
        Returns:
        the subject
      • getActions

        public java.util.List<java.lang.String> getActions()
        Gets the actions. action array.
        Returns:
        the actions
      • getDomain

        public java.lang.String getDomain()
        Gets the domain. domain.
        Returns:
        the domain
      • getObject

        public java.lang.String getObject()
        Gets the object. object.
        Returns:
        the object