org.jclouds.openstack.keystone.v2_0.domain
Class MediaType
java.lang.Object
org.jclouds.openstack.keystone.v2_0.domain.MediaType
public class MediaType
- extends Object
Class MediaType
MediaType
@ConstructorProperties(value={"base","type"})
protected MediaType(@Nullable
String base,
@Nullable
String type)
builder
public static MediaType.Builder<?> builder()
toBuilder
public MediaType.Builder<?> toBuilder()
getBase
@Nullable
public String getBase()
getType
@Nullable
public String getType()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
string
protected com.google.common.base.Objects.ToStringHelper string()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.