类 Owner

java.lang.Object
com.obs.services.model.Owner

public class Owner extends Object
Bucket or object owner
  • 构造器详细资料

    • Owner

      public Owner()
  • 方法详细资料

    • getDisplayName

      public String getDisplayName()
      Obtain the owner name.
      返回:
      Owner name
    • setDisplayName

      public void setDisplayName(String displayName)
      Set the owner name.
      参数:
      displayName - Owner name
    • getId

      public String getId()
      Obtain the ID of the domain to which the owner belongs.
      返回:
      ID of the domain to which the owner belongs
    • setId

      public void setId(String id)
      Set the ID of the domain to which the owner belongs.
      参数:
      id - ID of the domain to which the owner belongs
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object